We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7591015 commit 03d7949Copy full SHA for 03d7949
.github/workflows/release_pyton_pytest.yml
@@ -50,7 +50,7 @@ jobs:
50
target: ${{ matrix.platform.target }}
51
working-directory: "bindings/python"
52
sccache: 'true'
53
- manylinux: manylinux_2_28_${{ matrix.platform.target }}
+ manylinux: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}
54
55
- name: Upload wheels
56
uses: actions/upload-artifact@v4
0 commit comments