We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1604e6c commit 551d3b2Copy full SHA for 551d3b2
.github/workflows/publish-to-test-pypi.yml
@@ -26,11 +26,11 @@ jobs:
26
--wheel
27
--outdir dist/
28
.
29
- - name: Publish distribution 📦 to Test PyPI
30
- uses: pypa/gh-action-pypi-publish@master
31
- with:
32
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33
- repository_url: https://test.pypi.org/legacy/
+# - name: Publish distribution 📦 to Test PyPI
+# uses: pypa/gh-action-pypi-publish@master
+# with:
+# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
34
- name: Publish distribution 📦 to PyPI
35
if: startsWith(github.ref, 'refs/tags')
36
uses: pypa/gh-action-pypi-publish@master
0 commit comments