We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4e899 commit 3e5997bCopy full SHA for 3e5997b
.github/workflows/deploy_manylinux2014_x86_64.yml
@@ -13,13 +13,13 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Build manylinux2014_x86_64 wheels
16
- uses: pypa/cibuildwheel@v2.21
+ uses: pypa/cibuildwheel@v2.22
17
env:
18
CIBW_BEFORE_BUILD: "pip install -U setuptools wheel cython packaging"
19
CIBW_ARCHS_LINUX: "x86_64"
20
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
21
# cp39 are deployed for manylinux2010
22
- CIBW_BUILD: cp310-* cp311-* cp312-* cp313-*
+ CIBW_BUILD: cp310-* # cp311-* cp312-* cp313-*
23
- name: Upload manylinux2014_x86_64 wheels to PyPI
24
25
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
0 commit comments