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 1f67295 commit b86a0caCopy full SHA for b86a0ca
.github/workflows/publish-to-test-pypi.yml
@@ -30,11 +30,11 @@ jobs:
30
--wheel
31
--outdir dist/
32
33
- - name: Publish distribution to Test PyPI
34
- uses: pypa/gh-action-pypi-publish@release/v1
35
- with:
36
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37
- repository_url: https://test.pypi.org/legacy/
+# - name: Publish distribution to Test PyPI
+# uses: pypa/gh-action-pypi-publish@release/v1
+# with:
+# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
38
39
- name: Publish distribution to PyPI
40
if: startsWith(github.ref, 'refs/tags')
0 commit comments