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 f1e1ad1 commit 8ce93aaCopy full SHA for 8ce93aa
.github/workflows/tests.yml
@@ -81,10 +81,10 @@ jobs:
81
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
82
run: poetry build
83
84
- - name: Publish package
85
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
86
- uses: pypa/gh-action-pypi-publish@release/v1
87
- with:
88
- user: __token__
89
- password: ${{ secrets.PYPI_API_TOKEN }}
90
- skip_existing: true
+ # - name: Publish package
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # user: __token__
+ # password: ${{ secrets.PYPI_API_TOKEN }}
+ # skip_existing: true
0 commit comments