Skip to content

Commit ddc58bf

Browse files
committed
Remove CIBW_REPAIR_WHEEL_COMMAND entry in build.yml
Based on the `cibuildwheel` docs: https://cibuildwheel.pypa.io/en/stable/options/ If `CIBW_REPAIR_WHEEL_COMMAND` is not specified, then the default behaviour for Linux is our desired behaviour: auditwheel repair -w {dest_dir} {wheel} Because `CIBW_REPAIR_WHEEL_COMMAND` was set before to "", the repair step was being skipped.
1 parent bac2619 commit ddc58bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
114114
CIBW_ENVIRONMENT: ${{ matrix.environment }}
115115
CIBW_BUILD_REQUIRES: "cython>=0.29,<3.1"
116-
CIBW_REPAIR_WHEEL_COMMAND: ""
117116
with:
118117
package-dir: packages/basemap
119118

0 commit comments

Comments
 (0)