Add twine to release flow (#8254)

This commit is contained in:
Joakim Sørensen 2021-01-27 17:13:18 +01:00 committed by GitHub
parent 6483f23558
commit 6b0a8eae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}"