Add twine to release flow (#8254)

This commit is contained in:
Joakim Sørensen 2021-01-27 17:13:18 +01:00 committed by Bram Kragten
parent 00412c7216
commit 0cf8004b8d

View File

@ -33,6 +33,7 @@ jobs:
- name: Build and release package
run: |
python3 -m pip install twine
export TWINE_USERNAME="__token__"
export TWINE_PASSWORD="${{ secrets.TWINE_TOKEN }}"