Skip to content

Commit

Permalink
Fixed Poetry Token
Browse files Browse the repository at this point in the history
  • Loading branch information
asymworks committed Sep 13, 2020
1 parent f21d6f0 commit 69957f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.POETRY_PYPI_PASSWORD }}
run: |
$HOME/.poetry/bin/poetry build
$HOME/.poetry/bin/poetry publish
$HOME/.poetry/bin/poetry publish -u ${{ secrets.POETRY_PYPI_USERNAME }} -p ${{ secrets.POETRY_PYPI_PASSWORD }}

0 comments on commit 69957f7

Please sign in to comment.