Skip to content

Commit

Permalink
Set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 1, 2024
1 parent 8d90b81 commit be9c301
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --zig
args: --release --out dist --zig -i 3.8
manylinux: manylinux_2_28
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
args: --release --out dist -i 3.8
sccache: "true"
manylinux: musllinux_1_2
working-directory: ${{ matrix.repository.path }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
target: ${{ matrix.platform.target }}
manylinux: auto
container: off
args: --release -o dist
args: --release -o dist -i 3.8
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels
if: github.event_name == 'release'
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
args: --release --out dist -i 3.8
sccache: "true"
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
args: --release --out dist -i 3.8
sccache: "true"
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out dist -i 3.8
working-directory: ${{ matrix.repository.path }}
- name: Upload sdist
if: github.event_name == 'release'
Expand Down

0 comments on commit be9c301

Please sign in to comment.