Skip to content

Commit

Permalink
maturin 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 24, 2023
1 parent f915f93 commit 9f8d009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
args: --release --universal2 --out dist -m python/Cargo.toml
target: universal2-apple-darwin
args: --release --out dist -m python/Cargo.toml
- name: Install built wheel - universal2
run: |
pip install fat-macho --no-index --find-links dist --force-reinstall
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

0 comments on commit 9f8d009

Please sign in to comment.