Skip to content

Commit 3e5997b

Browse files
committed
1 parent 0b4e899 commit 3e5997b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_manylinux2014_x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Build manylinux2014_x86_64 wheels
16-
uses: pypa/cibuildwheel@v2.21
16+
uses: pypa/cibuildwheel@v2.22
1717
env:
1818
CIBW_BEFORE_BUILD: "pip install -U setuptools wheel cython packaging"
1919
CIBW_ARCHS_LINUX: "x86_64"
2020
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2121
# cp39 are deployed for manylinux2010
22-
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-*
22+
CIBW_BUILD: cp310-* # cp311-* cp312-* cp313-*
2323
- name: Upload manylinux2014_x86_64 wheels to PyPI
2424
env:
2525
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)