quick fix for clashes in pypi uploads
This commit is contained in:
parent
ff635e0ce5
commit
4fb7424cea
|
@ -193,6 +193,7 @@ 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
|
||||||
|
@ -226,6 +227,7 @@ 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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b872a838e2a16bfa8b46d18abbe4247e7253ee5
|
Subproject commit afa06f4446a5e52c732b5b77ea0dbb0549e7899d
|
Loading…
Reference in New Issue