File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,14 @@ jobs:
81
81
# rejected by pypi (e.g "3 - Beta"). This would cause a failure during the
82
82
# middle of the package upload causing the action to fail, and certain packages
83
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/*
84
+ # EDIT: 2024/07/24 - TestPypi now requires a verified email. Commenting out as a temporary measure
85
+ # until we found TestPypi credentials.
86
+ # - name: Publish to TestPyPI
87
+ # env:
88
+ # TWINE_USERNAME: '__token__'
89
+ # TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
90
+ # run: |
91
+ # twine upload --repository testpypi --skip-existing --verbose dist/*
90
92
91
93
- name : Publish to PyPI
92
94
env :
You can’t perform that action at this time.
0 commit comments