Skip to content

Commit

Permalink
Update maturin requirement from <0.14,>=0.13 to >=0.13,<1.8 in /tsar-py
Browse files Browse the repository at this point in the history
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v0.13.0...v1.7.5)

---
updated-dependencies:
- dependency-name: maturin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and brian14708 committed Nov 27, 2024
1 parent 8812de9 commit 0887dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: messense/maturin-action@v1
with:
command: build
args: --manifest-path tsar-py/Cargo.toml --release -o dist --universal2
args: --manifest-path tsar-py/Cargo.toml --release -o dist -- --universal2
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tsar-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=0.13,<1.8"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 0887dc8

Please sign in to comment.