FIX: The glog was wrong :S

This commit is contained in:
Nicolás Hatcher
2025-03-01 13:09:38 +01:00
committed by Nicolás Hatcher Andrés
parent 84b2bdd7c9
commit 532386b448

View File

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