Skip to content

Commit 5e0cd20

Browse files
committed
Add -U
1 parent 4ee37ec commit 5e0cd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# add compiled libmagic to the build directory (to include in the wheel)
116116
CIBW_BEFORE_BUILD_MACOS: sudo -E bash add_libmagic.sh
117117
CIBW_BEFORE_BUILD_LINUX: bash add_libmagic.sh
118-
CIBW_BEFORE_BUILD_WINDOWS: pip install setuptools
118+
CIBW_BEFORE_BUILD_WINDOWS: pip install -U setuptools
119119
# build macos wheels with maximum backwards compatibility (gcc -mmacosx-version-min flag)
120120
MACOSX_DEPLOYMENT_TARGET: ${{ ( endsWith( matrix.only, 'arm64' ) && '11.0' ) || '10.9' }}
121121
# simple smoke test run on each wheel: this is an HLS MP4 video, only recognised in recent versions of libmagic

0 commit comments

Comments
 (0)