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 105ef8c commit 7a13577Copy full SHA for 7a13577
.github/workflows/release.yml
@@ -35,6 +35,6 @@ jobs:
35
run: poetry build
36
- name: Publish package
37
working-directory: ${{ matrix.lib }}
38
- run: poetry publish --build
+ run: poetry publish
39
env:
40
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments