Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Now uploading to PyPI instead of test.PyPI
  • Loading branch information
christophe-david committed Jun 9, 2020
1 parent f4ec662 commit 7ccd189
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ jobs:
TOKEN: ${{ secrets.testPyPI }} # do not use the secret directly in run command, it would
# write it plainly in the log
run: |
poetry config repositories.testPyPI https://test.pypi.org/legacy/
poetry config pypi-token.testPyPI "$TOKEN"
poetry publish --repository testPyPI
poetry config pypi-token.PyPI "$TOKEN"
poetry publish

0 comments on commit 7ccd189

Please sign in to comment.