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 999e895 commit 1b3de04Copy full SHA for 1b3de04
.github/workflows/publish-to-test-pypi.yml
@@ -28,11 +28,12 @@ jobs:
28
--binary
29
--out-dir dist/
30
.
31
- - name: Publish distribution 📦 to Test PyPI
32
- uses: pypa/gh-action-pypi-publish@master
33
- with:
34
- password: ${{ secrets.pypitest_password }}
35
- repository_url: https://test.pypi.org/legacy/
+
+# - name: Publish distribution 📦 to Test PyPI
+# uses: pypa/gh-action-pypi-publish@master
+# with:
+# password: ${{ secrets.pypitest_password }}
36
+# repository_url: https://test.pypi.org/legacy/
37
38
- name: Publish distribution 📦 to PyPI
39
if: startsWith(github.event.ref, 'refs/tags')
0 commit comments