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 3bd2962 commit 074d28a
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 074d28a

Please sign in to comment.