We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8dc56 commit 2050834Copy full SHA for 2050834
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
75
CIBW_BUILD: "${{ matrix.py }}-*"
76
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
77
- CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'
+ CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0'
78
79
- uses: actions/[email protected]
80
with:
0 commit comments