Skip to content

Commit 984aeb5

Browse files
Update python-publish.yml
1 parent 087dbb5 commit 984aeb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ jobs:
6363

6464
- name: Publish to Pypi
6565
uses: pypa/gh-action-pypi-publish@release/v1
66-
with:
67-
repository-url: https://test.pypi.org/legacy/
66+
# uncomment this for testing the PyPI upload
67+
# with:
68+
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)