Skip to content

Commit a0e23ef

Browse files
Merge pull request #4 from YuminosukeSato/fix/release-workflow-python-version
fix: pin Python versions and fix release workflow
2 parents 33993d9 + cbecccf commit a0e23ef

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: PyO3/maturin-action@v1
3434
with:
3535
target: ${{ matrix.target }}
36-
args: --release --out dist --find-interpreter
36+
args: --release --out dist -i 3.10 3.11 3.12 3.13
3737
manylinux: auto
3838
- uses: actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)