From c2b2f8b8539920073bdf9d4e2b90d877595b4f9e Mon Sep 17 00:00:00 2001 From: Pietro Bonfa Date: Thu, 12 Sep 2024 08:28:21 +0200 Subject: [PATCH] Force artifact upload --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bed6941..3eca59e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -21,6 +21,7 @@ jobs: - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl + overwrite: true build_sdist: name: Build source distribution