Skip to content

Commit 8bd9e86

Browse files
committed
One last attempt.
1 parent 2050834 commit 8bd9e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
7575
CIBW_BUILD: "${{ matrix.py }}-*"
7676
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
77-
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0'
77+
CIBW_BEFORE_BUILD: ${{ runner.os == 'macOS' && 'pip install ''setuptools<72.2.0''' || '' }}
7878

7979
- uses: actions/[email protected]
8080
with:

0 commit comments

Comments
 (0)