chore(ci): Update maturin CI

This commit is contained in:
Ed Page 2023-03-08 11:35:43 -06:00
parent 5f7454815c
commit 0ea9454d3a

View file

@ -27,7 +27,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
args: --manifest-path crates/typos-cli/Cargo.toml --release --out dist
sccache: 'true'
manylinux: auto
- name: Upload wheels
@ -47,7 +47,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
args: --manifest-path crates/typos-cli/Cargo.toml --release --out dist
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
@ -66,7 +66,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
args: --manifest-path crates/typos-cli/Cargo.toml --release --out dist
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
@ -82,7 +82,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --manifest-path crates/typos-cli/Cargo.toml --out dist
- name: Upload sdist
uses: actions/upload-artifact@v3
with: