Skip to content

Commit

Permalink
Maturin updates
Browse files Browse the repository at this point in the history
Maturin no longer builds sdists by default and has dropped support for --no-sdist
  • Loading branch information
daxpryce authored Aug 1, 2022
1 parent 5938619 commit cffe014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
maturin-version: latest
command: build
target: x64
args: -m packages/pyo3/Cargo.toml --release -i ${{env.pythonLocation}}\python.exe --no-sdist
args: -m packages/pyo3/Cargo.toml --release -i ${{env.pythonLocation}}\python.exe

- uses: messense/maturin-action@v1
if: ${{ matrix.os == 'macos-latest' }}
name: Maturin Build for MacOS
with:
maturin-version: latest
command: build
args: -m packages/pyo3/Cargo.toml --release --universal2 --no-sdist
args: -m packages/pyo3/Cargo.toml --release --universal2

- uses: messense/maturin-action@v1
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit cffe014

Please sign in to comment.