Skip to content

Commit 537bc1b

Browse files
committed
Skip testpypi
1 parent 0d899c8 commit 537bc1b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@ jobs:
7575
run: |
7676
pip install twine
7777
78-
# The step below publishes to testpypi in order to catch any issues
79-
# with the package configuration that would cause a failure to upload
80-
# to pypi. One example of such a failure is if a classifier is
81-
# rejected by pypi (e.g "3 - Beta"). This would cause a failure during the
82-
# middle of the package upload causing the action to fail, and certain packages
83-
# might have already been updated, this would be bad.
84-
- name: Publish to TestPyPI
85-
env:
86-
TWINE_USERNAME: '__token__'
87-
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
88-
run: |
89-
twine upload --repository testpypi --skip-existing --verbose dist/*
90-
9178
- name: Publish to PyPI
9279
env:
9380
TWINE_USERNAME: '__token__'

0 commit comments

Comments
 (0)