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 f5859a9 commit 3892586Copy full SHA for 3892586
.github/workflows/pythonpublish.yml
@@ -31,7 +31,6 @@ jobs:
31
password: ${{ secrets.test_pypi_password }}
32
repository_url: https://test.pypi.org/legacy/
33
- name: Publish distribution 📦 to PyPI
34
- if: startsWith(github.event.ref, 'refs/tags')
35
uses: pypa/gh-action-pypi-publish@master
36
with:
37
user: __token__
0 commit comments