File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 75
75
run : |
76
76
pip install twine
77
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
78
- name : Publish to PyPI
92
79
env :
93
80
TWINE_USERNAME : ' __token__'
You can’t perform that action at this time.
0 commit comments