FIX: We are back on tial and error, regrettably

This commit is contained in:
Nicolás Hatcher
2025-03-01 11:51:49 +01:00
committed by Nicolás Hatcher Andrés
parent 25bb1ab8dc
commit 84b2bdd7c9

View File

@@ -117,7 +117,7 @@ jobs:
MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/" MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/"
with: with:
command: upload command: upload
args: --skip-existing * args: "--skip-existing dist/*.whl dist/*.tar.gz"
working-directory: bindings/python working-directory: bindings/python
publish-pypi: publish-pypi:
@@ -137,5 +137,5 @@ jobs:
MATURIN_REPOSITORY_URL: "https://upload.pypi.org/legacy/" MATURIN_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
with: with:
command: upload command: upload
args: --skip-existing * args: "--skip-existing dist/*.whl dist/*.tar.gz"
working-directory: bindings/python working-directory: bindings/python