Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Oct 13, 2022
1 parent d2da359 commit d574a42
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 @@ -80,7 +80,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: -i python --release --out dist --no-sdist
args: -i python --release --out dist
- name: Install built wheel
run: |
pip install spatialtis_core --no-index --find-links dist
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
rust-toolchain: stable
target: ${{ matrix.target }}
manylinux: auto
args: -i python${{ matrix.python-version }} --release --out dist --no-sdist
args: -i python${{ matrix.python-version }} --release --out dist
- name: Install built wheel
run: |
pip install spatialtis_core --no-index --find-links dist
Expand Down

0 comments on commit d574a42

Please sign in to comment.