Skip to content

Commit

Permalink
set maturin action to use rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Dec 31, 2023
1 parent 032b4bb commit 743b8ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
rust-toolchain: 'nightly'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
rust-toolchain: 'nightly'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -102,6 +104,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
rust-toolchain: 'nightly'
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -124,3 +127,4 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing *
rust-toolchain: 'nightly'

0 comments on commit 743b8ee

Please sign in to comment.