From 84b2bdd7c9c3ff512a47ee67eff21a4d90c8e487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sat, 1 Mar 2025 11:51:49 +0100 Subject: [PATCH] FIX: We are back on tial and error, regrettably --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c983c87..8fcd28b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -117,7 +117,7 @@ jobs: MATURIN_REPOSITORY_URL: "https://test.pypi.org/legacy/" with: command: upload - args: --skip-existing * + args: "--skip-existing dist/*.whl dist/*.tar.gz" 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 * + args: "--skip-existing dist/*.whl dist/*.tar.gz" working-directory: bindings/python