Skip to content

Commit

Permalink
Fix command line problems with maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jan 4, 2024
1 parent 876b671 commit 0033137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
args: --release --universal2 --out dist
args: --release --out -- --universal2 dist
- name: Install built wheel - universal2
run: |
pip install gstools-core --no-index --find-links dist --force-reinstall --no-deps
Expand Down

0 comments on commit 0033137

Please sign in to comment.