We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7072a37 commit 736a7d3Copy full SHA for 736a7d3
.github/workflows/release.yml
@@ -13,4 +13,4 @@ jobs:
13
architecture: x64
14
- run: pip install poetry==1.6.1
15
- run: poetry build
16
- - run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --build
+ - run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
0 commit comments