From 532386b4484060552dd888f126f37080a6ec7110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sat, 1 Mar 2025 13:09:38 +0100 Subject: [PATCH] FIX: The glog was wrong :S --- .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 8fcd28b..c36cc65 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 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