Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix download collision issue with cibuildwheen
The cibuildwheel for macos for both arm64 and x86_64 create wheel artifacts named the same (e.g. pybwa-1.0.3-cp311-cp311-macosx_14_0_arm64.whl). The upload/artifact step then uses the correct name when it uploads, but it zips it up first, so when you unzip the macos artifacts for the two architecture, they'll have the same name. See: https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64 See: pypa/cibuildwheel#2080
- Loading branch information