Skip to content

Commit

Permalink
--no-sdist is deprecated (does not build sdist by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 1d14094 commit 2feee3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
args: --release --universal2 --out dist --no-sdist
args: --release --universal2 --out dist
- name: Install built wheel - universal2
run: |
cd dist
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --no-sdist
args: --release --out dist
- name: Install built wheel
run: |
cd dist
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
rust-toolchain: nightly-2023-10-24
target: ${{ matrix.target }}
manylinux: "2010"
args: --release --out dist --no-sdist
args: --release --out dist
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
Expand Down

0 comments on commit 2feee3b

Please sign in to comment.