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 2376e4c commit f6bebc5Copy full SHA for f6bebc5
.github/workflows/pypi-release.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Publish to PyPI
23
env:
24
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
25
- run: poetry publish --build --repository=pypi
+ run: poetry publish --build
0 commit comments