Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avivfaraj authored Sep 13, 2022
1 parent 0aa4b2c commit 62d1d7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
# Publish to test-pypi to ensure no errors
poetry publish --build -r test-pypi
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Publish package
run:
poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}
poetry publish --build

0 comments on commit 62d1d7f

Please sign in to comment.