Update release.yml
This commit is contained in:
parent
0db9dbe311
commit
55c829b6c4
|
|
@ -81,12 +81,14 @@ jobs:
|
||||||
# rejected by pypi (e.g "3 - Beta"). This would cause a failure during the
|
# rejected by pypi (e.g "3 - Beta"). This would cause a failure during the
|
||||||
# middle of the package upload causing the action to fail, and certain packages
|
# middle of the package upload causing the action to fail, and certain packages
|
||||||
# might have already been updated, this would be bad.
|
# might have already been updated, this would be bad.
|
||||||
- name: Publish to TestPyPI
|
# EDIT: 5/31/2024 - TestPypi now requires a verified email. Commenting out as a temporary measure
|
||||||
env:
|
# until we found TestPypi credentials.
|
||||||
TWINE_USERNAME: '__token__'
|
# - name: Publish to TestPyPI
|
||||||
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
|
# env:
|
||||||
run: |
|
# TWINE_USERNAME: '__token__'
|
||||||
twine upload --repository testpypi --skip-existing --verbose dist/*
|
# TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
|
||||||
|
# run: |
|
||||||
|
# twine upload --repository testpypi --skip-existing --verbose dist/*
|
||||||
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue