From 041cc6a25733a0906d712fc3ebd88231aa3a0011 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 8 Dec 2025 13:57:14 +0100 Subject: [PATCH] cd: build_wheels fixed --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1b9bafa..36b0c76 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -82,4 +82,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} - run: python -m twine upload wheelhouse/* + run: find wheelhouse -name "*.whl" -print0 | xargs -0 python -m twine upload