Skip to content

Commit

Permalink
Update maturin to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jan 12, 2024
1 parent a803fba commit 3613d05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
toolchain: stable
override: true
- name: Install dependencies
run: pip install "maturin>=0.14,<0.15" "oldest-supported-numpy" pytest
run: pip install maturin "oldest-supported-numpy" pytest
- name: Build wheel
run: maturin build --release -i python -o dist
- name: Install wheel
Expand All @@ -55,7 +55,7 @@ jobs:
with:
python-version: "3.12"
- name: Install dependencies
run: pip install "maturin>=0.14,<0.15" pytest
run: pip install maturin pytest
- name: Build source distribution
run: maturin sdist -o dist
- name: Install source distribution
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python-source = "python-src"

[build-system]
requires = [
"maturin>=0.14,<0.15",
"maturin",
"oldest-supported-numpy"
]
build-backend = "maturin"

0 comments on commit 3613d05

Please sign in to comment.