We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddedc52 commit c74d79fCopy full SHA for c74d79f
.github/workflows/publish_to_pypi.yml
@@ -27,11 +27,11 @@ jobs:
27
- name: Build package
28
run: |
29
make build
30
- - name: Publish package to TestPyPI
31
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
32
- uses: pypa/gh-action-pypi-publish@release/v1
33
- with:
34
- repository-url: https://test.pypi.org/legacy/
+# - name: Publish package to TestPyPI
+# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+# uses: pypa/gh-action-pypi-publish@release/v1
+# with:
+# repository-url: https://test.pypi.org/legacy/
35
- name: Publish package to PyPI
36
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
37
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments