quick fix for clashes in pypi uploads
This commit is contained in:
parent
ff635e0ce5
commit
4fb7424cea
|
@ -193,6 +193,7 @@ 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
|
||||
|
@ -226,6 +227,7 @@ jobs:
|
|||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
continue-on-error: true
|
||||
|
||||
# build_sdist:
|
||||
# name: Build sdist
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9b872a838e2a16bfa8b46d18abbe4247e7253ee5
|
||||
Subproject commit afa06f4446a5e52c732b5b77ea0dbb0549e7899d
|
Loading…
Reference in New Issue