Skip to content

Commit

Permalink
Fixing poetry publish error.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaminieri committed Oct 16, 2023
1 parent 7072a37 commit 736a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
architecture: x64
- run: pip install poetry==1.6.1
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 comments on commit 736a7d3

Please sign in to comment.