Failures in PyPi uploads should fail workflows

This commit is contained in:
Ross Motley 2023-11-14 15:15:35 +00:00 committed by Rob Taylor
parent 885b4b1a35
commit b2f7aa7aab
1 changed files with 0 additions and 2 deletions

View File

@ -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