Skip to content

Commit

Permalink
Set MRSV in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Dec 18, 2023
1 parent a8b4c7e commit 607bd47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
rust-toolchain: 1.70
manylinux: auto
command: build
args: --release -o dist -i 3.7
Expand All @@ -26,6 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
rust-toolchain: 1.70
command: build
args: --release -o dist -i 3.7
- name: Upload wheels
Expand All @@ -40,6 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
rust-toolchain: 1.70
command: build
args: --release -o dist --universal2 -i 3.7
- name: Upload wheels
Expand Down

0 comments on commit 607bd47

Please sign in to comment.