We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087dbb5 commit 984aeb5Copy full SHA for 984aeb5
.github/workflows/python-publish.yml
@@ -63,5 +63,6 @@ jobs:
63
64
- name: Publish to Pypi
65
uses: pypa/gh-action-pypi-publish@release/v1
66
- with:
67
- repository-url: https://test.pypi.org/legacy/
+ # uncomment this for testing the PyPI upload
+ # with:
68
+ # repository-url: https://test.pypi.org/legacy/
0 commit comments