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 bfb9fe6 commit a7bfe0eCopy full SHA for a7bfe0e
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -26,14 +26,14 @@ jobs:
26
--wheel
27
--outdir dist/
28
.
29
- - name: Publish distribution 📦 to Test PyPI
30
- uses: pypa/gh-action-pypi-publish@release/v1
31
- with:
32
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33
- repository_url: https://test.pypi.org/legacy/
34
- skip_existing: true
+# - 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/
+# skip_existing: true
35
- name: Publish distribution 📦 to PyPI
36
if: startsWith(github.ref, 'refs/tags')
37
uses: pypa/gh-action-pypi-publish@release/v1
38
with:
39
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments