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 aace85f commit edbeef8Copy full SHA for edbeef8
.github/workflows/publish.yml
@@ -63,13 +63,13 @@ jobs:
63
twine check dist/*
64
65
# Always publish to TestPyPI for all tags and releases
66
- - name: Publish to TestPyPI
67
- uses: pypa/gh-action-pypi-publish@release/v1
68
- with:
69
- repository-url: https://test.pypi.org/legacy/
70
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
71
- skip-existing: true
72
- verbose: true
+# - name: Publish to TestPyPI
+# uses: pypa/gh-action-pypi-publish@release/v1
+# with:
+# repository-url: https://test.pypi.org/legacy/
+# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+# skip-existing: true
+# verbose: true
73
74
# Only publish to PyPI for stable GitHub releases (no RC/alpha/beta)
75
- name: Publish to PyPI
0 commit comments