Skip to content

Commit 00c8783

Browse files
committed
ci: disable publishing to testPyPI
the package on testPyPI has versions higher than the current version, so upload is not allowed
1 parent c8b3e66 commit 00c8783

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
run: |
8080
invoke dist
8181
82-
- name: Publish 🐍 distribution 📦 to Test PyPI
83-
uses: pypa/gh-action-pypi-publish@release/v1
84-
with:
85-
user: __token__
86-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
87-
repository_url: https://test.pypi.org/legacy/
82+
# - name: Publish 🐍 distribution 📦 to Test PyPI
83+
# uses: pypa/gh-action-pypi-publish@release/v1
84+
# with:
85+
# user: __token__
86+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
87+
# repository_url: https://test.pypi.org/legacy/
8888

8989
- name: Publish 🐍 distribution 📦 to PyPI
9090
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)