We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d899c8 commit 537bc1bCopy full SHA for 537bc1b
.github/workflows/release.yml
@@ -75,19 +75,6 @@ jobs:
75
run: |
76
pip install twine
77
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
-
91
- name: Publish to PyPI
92
env:
93
TWINE_USERNAME: '__token__'
0 commit comments