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 34fab48 commit f900ef2Copy full SHA for f900ef2
.github/workflows/Publish-Package.yml
@@ -49,7 +49,6 @@ jobs:
49
poetry version patch
50
51
- name: Build Python package and publish to PyPI
52
- if: ${{ github.event.release.target_commitish == 'main' || startsWith(github.event.release.target_commitish, 'refs/tags/v') }}
53
run: |
54
poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN}}
55
0 commit comments