Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Dec 18, 2024
1 parent 250c861 commit e6b32f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: CI
on:
push:
branches:
- main
- master
tags:
- '*'
Expand Down Expand Up @@ -36,10 +35,10 @@ jobs:
with:
target: ${{ matrix.target }}
rust-toolchain: nightly
rust-components: rust-src
args: --release --out dist --find-interpreter -Z build-std=std,panic_abort
sccache: 'true'
manylinux: auto
before-script-linux: rustup component add rust-src --toolchain nightly
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -58,13 +57,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Install rust-src
run: rustup component add rust-src --toolchain nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
rust-toolchain: nightly
rust-components: rust-src
args: --release --out dist --find-interpreter -Z build-std=std,panic_abort
sccache: 'true'
- name: Upload wheels
Expand Down

0 comments on commit e6b32f9

Please sign in to comment.