Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Jun 9, 2020
1 parent a8fe3e4 commit a22f55e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
name: source
path: dist/*.gz

- name: publish to test.PyPI
- name: publish to PyPI
env:
TOKEN: ${{ secrets.testPyPI }} # do not use the secret directly in run command, it would
# write it plainly in the log
TOKEN: ${{ secrets.PyPI }} # do not use the secret directly in run command, it would
# write it plainly in the log
run: |
poetry config pypi-token.PyPI "$TOKEN"
poetry config pypi-token.pypi "$TOKEN"
poetry publish

0 comments on commit a22f55e

Please sign in to comment.