Skip to content

Commit

Permalink
Fix publish.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryosuke Kamesawa committed Mar 21, 2020
1 parent 71b2d82 commit fca84ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
run: twine upload -u emakryo ${{ steps.wheel-name.outputs.wheel-path }}
env:
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TWINE_PASSWORD: $ {{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit fca84ac

Please sign in to comment.