Skip to content

Commit

Permalink
chore(bindings/python): upgrade maturin to 1.0 (#2369)
Browse files Browse the repository at this point in the history
Signed-off-by: messense <messense@icloud.com>
  • Loading branch information
messense authored May 30, 2023
1 parent 1eecbb7 commit 2d4f7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
with:
working-directory: "bindings/python"
command: build
args: --release -o dist --universal2
target: universal2-apple-darwin
args: --release -o dist
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[build-system]
build-backend = "maturin"
requires = ["maturin>=0.14.16,<0.15"]
requires = ["maturin>=1.0,<2.0"]

[project]
classifiers = [
Expand Down

0 comments on commit 2d4f7af

Please sign in to comment.