Skip to content

Commit 40298bc

Browse files
committed
release
1 parent 623dd20 commit 40298bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
RUST_SUBPACKAGE_PATH: datamodel/rs_parsers
5353
# Skip PyPy builds (e.g. pypy3.9)
5454
CIBW_SKIP: "pypy*"
55-
# 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
5656
run: |
5757
pip install --upgrade pip==25.0
5858
pip install cibuildwheel

0 commit comments

Comments
 (0)