Skip to content

Commit c74d79f

Browse files
committed
No issue: no testpy
1 parent ddedc52 commit c74d79f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Build package
2828
run: |
2929
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/
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/
3535
- name: Publish package to PyPI
3636
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3737
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)