Failures in PyPi uploads should fail workflows
This commit is contained in:
parent
885b4b1a35
commit
b2f7aa7aab
|
@ -193,7 +193,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
repository_url: https://test.pypi.org/legacy/
|
repository_url: https://test.pypi.org/legacy/
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
# TODO: create an sdist that can build without a custom environment
|
# TODO: create an sdist that can build without a custom environment
|
||||||
|
@ -227,7 +226,6 @@ jobs:
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
# build_sdist:
|
# build_sdist:
|
||||||
# name: Build sdist
|
# name: Build sdist
|
||||||
|
|
Loading…
Reference in New Issue