Skip to content

Commit

Permalink
Bump maturin to v1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Oct 24, 2023
1 parent 02280e7 commit 089408a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ jobs:
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
with:
args: --release --out dist --universal2 -i 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
target: universal2-apple-darwin
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
- name: Install and test uuid_utils
run: |
pip install uuid_utils --no-index --find-links dist --force-reinstall
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.14,<0.15"]
requires = ["maturin>=1,<2"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 089408a

Please sign in to comment.