Skip to content

Commit

Permalink
Fix 'twine update' command of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Apr 17, 2020
1 parent 5b9906b commit db47ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m pip install twine
twine upload
twine upload dist/*

0 comments on commit db47ac3

Please sign in to comment.