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