Skip to content

Commit 623dd20

Browse files
committed
changes
1 parent 7755de1 commit 623dd20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ jobs:
4444
- name: Build wheels on Ubuntu
4545
if: matrix.os == 'ubuntu-latest'
4646
env:
47+
CIBW_ARCHS: x86_64
4748
# Install Rust inside the manylinux container.
4849
CIBW_BEFORE_BUILD: "curl https://sh.rustup.rs -sSf | sh -s -- -y"
4950
# Make sure Rust tools are on the PATH for the build.
5051
CIBW_ENVIRONMENT: "PATH=/root/.cargo/bin:$PATH"
5152
RUST_SUBPACKAGE_PATH: datamodel/rs_parsers
5253
# Skip PyPy builds (e.g. pypy3.9)
5354
CIBW_SKIP: "pypy*"
54-
CIBW_BUILD: "cp3{10,11,12,13}-*" # Build for Python 3.10, 3.11, 3.12, 3.13
55+
# CIBW_BUILD: "cp3{10,11,12,13}-*" # Build for Python 3.10, 3.11, 3.12, 3.13
5556
run: |
5657
pip install --upgrade pip==25.0
5758
pip install cibuildwheel

0 commit comments

Comments
 (0)