We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d334d62 + 1bdbc03 commit 98a10f8Copy full SHA for 98a10f8
.github/workflows/publish-to-pypi.yml
@@ -33,7 +33,7 @@ jobs:
33
--outdir dist/
34
35
- name: Publish distribution to PyPI
36
- if: startsWith(github.ref, 'refs/tags')
+ # if: startsWith(github.ref, 'refs/tags')
37
uses: pypa/[email protected]
38
with:
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments