We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee37ec commit 5e0cd20Copy full SHA for 5e0cd20
1 file changed
.github/workflows/wheels.yml
@@ -115,7 +115,7 @@ jobs:
115
# add compiled libmagic to the build directory (to include in the wheel)
116
CIBW_BEFORE_BUILD_MACOS: sudo -E bash add_libmagic.sh
117
CIBW_BEFORE_BUILD_LINUX: bash add_libmagic.sh
118
- CIBW_BEFORE_BUILD_WINDOWS: pip install setuptools
+ CIBW_BEFORE_BUILD_WINDOWS: pip install -U setuptools
119
# build macos wheels with maximum backwards compatibility (gcc -mmacosx-version-min flag)
120
MACOSX_DEPLOYMENT_TARGET: ${{ ( endsWith( matrix.only, 'arm64' ) && '11.0' ) || '10.9' }}
121
# simple smoke test run on each wheel: this is an HLS MP4 video, only recognised in recent versions of libmagic
0 commit comments