Skip to content

Commit 1e23bd0

Browse files
authored
Update release.yml
1 parent 69d0f66 commit 1e23bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: PyO3/maturin-action@v1
3838
with:
3939
target: ${{ matrix.platform.target }}
40-
args: --release --out dist --find-interpreter --skip cp313-* cp314-*
40+
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
4141
sccache: 'true'
4242
manylinux: auto
4343

0 commit comments

Comments
 (0)