Skip to content

Commit

Permalink
Release build needs to have twine installed as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Dec 7, 2019
1 parent e35a09d commit 6547cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/
run: >-
twine upload dist/*
pip install twine && twine upload dist/*

0 comments on commit 6547cea

Please sign in to comment.