diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8f28d6e..0751f21 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -41,6 +41,7 @@ jobs: with: name: wheels path: dist + overwrite: true windows: runs-on: windows-latest @@ -70,6 +71,7 @@ jobs: with: name: wheels path: dist + overwrite: true macos: runs-on: macos-latest @@ -100,6 +102,7 @@ jobs: with: name: wheels path: dist + overwrite: true sdist: runs-on: ubuntu-latest @@ -125,6 +128,7 @@ jobs: with: name: wheels path: dist + overwrite: true release: name: Release