Skip to content

Commit

Permalink
Fix gh publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 8, 2021
1 parent d32264b commit 0eea089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
- name: Setup Poetry
run: |
poetry config virtualenvs.in-project true
poetry config pypi-token.pypi $PUBLISH_TOKEN
- name: Publish
run: |
poetry build
poetry publish
env:
PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0eea089

Please sign in to comment.