Skip to content

Commit

Permalink
Fix upload-artifact@v4 overwrite bug (#47)
Browse files Browse the repository at this point in the history
The `overwrite` flag causes macOS and Windows wheels being overwritten
by Ubuntu ones. This results in published packages with missing wheels.
  • Loading branch information
tancnle authored Jan 31, 2024
1 parent 369c72e commit 317fd48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_BUILD_VERBOSITY: 3

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
with:
overwrite: true
name: wheelhouse
path: ./wheelhouse/*.whl

Expand Down

0 comments on commit 317fd48

Please sign in to comment.