Skip to content

Commit 2050834

Browse files
committed
Try simplifying BEFORE_BUILD
1 parent ee8dc56 commit 2050834

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 ; implementation_name == "pypy"'
77+
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0'
7878

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

0 commit comments

Comments
 (0)