We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f189e8 commit 2f64627Copy full SHA for 2f64627
.github/workflows/build.yml
@@ -28,10 +28,7 @@ jobs:
28
CIBW_SKIP: "pp*"
29
CIBW_BEFORE_BUILD: |
30
yum install -y libjpeg-devel zlib-devel gcc gcc-c++ libffi-devel python3-devel
31
- if [[ "${CIBW_PYTHON_IMPLEMENTATION}" == "pypy" ]]; then
32
- pip install --upgrade "setuptools<72.2.0";
33
- fi
34
- pip install --upgrade pip wheel
+ pip install --upgrade pip setuptools wheel
35
run: cibuildwheel --platform linux
36
37
# Step 4: Upload wheels to PyPI
0 commit comments