Skip to content

Commit 2f64627

Browse files
authored
Update build.yml
1 parent 4f189e8 commit 2f64627

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
CIBW_SKIP: "pp*"
2929
CIBW_BEFORE_BUILD: |
3030
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
31+
pip install --upgrade pip setuptools wheel
3532
run: cibuildwheel --platform linux
3633

3734
# Step 4: Upload wheels to PyPI

0 commit comments

Comments
 (0)