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 8dc4d24 commit c556b36Copy full SHA for c556b36
.github/workflows/build.yml
@@ -7,6 +7,8 @@ on:
7
8
env:
9
MANYLINUX_VERSION: manylinux_2_28
10
+ # Pinned to 2025.08.15-1 since manylinux 2025.08.22 onward removes setuptools
11
+ MANYLINUX_PIN: 2025.08.15-1
12
13
jobs:
14
python-wheel-mac:
@@ -64,7 +66,7 @@ jobs:
64
66
65
67
- if: matrix.build-arch == 'x86_64'
68
name: Build in Docker (x86_64)
- run: make wheel-manylinux IMAGE=quay.io/pypa/"$MANYLINUX_VERSION"_x86_64
69
+ run: make wheel-manylinux IMAGE=quay.io/pypa/"$MANYLINUX_VERSION"_x86_64:"$MANYLINUX_PIN"
70
71
- uses: actions/upload-artifact@v4
72
with:
0 commit comments