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 2501eb2 commit d3d492aCopy full SHA for d3d492a
.github/workflows/publish-to-pypi.yml
@@ -24,11 +24,11 @@ jobs:
24
--wheel
25
--outdir dist/
26
.
27
- - name: Publish distribution 📦 to Test PyPI
28
- uses: pypa/gh-action-pypi-publish@master
29
- with:
30
- password: ${{ secrets.PYPITEST_API_TOKEN }}
31
- repository_url: https://test.pypi.org/legacy/
+# - name: Publish distribution 📦 to Test PyPI
+# uses: pypa/gh-action-pypi-publish@master
+# with:
+# password: ${{ secrets.PYPITEST_API_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
32
- name: Publish distribution 📦 to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@master
0 commit comments