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 c6ed399 commit 76d76d2Copy full SHA for 76d76d2
.github/workflows/publish-pypi.yml
@@ -32,6 +32,6 @@ jobs:
32
poetry version ${{ steps.get_version.outputs.VERSION }}
33
poetry install
34
35
- # - name: Publish to PyPI
36
- # run: |
37
- # poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
+ - name: Publish to PyPI
+ run: |
+ poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
0 commit comments