Skip to content

Commit

Permalink
use maturin release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 25, 2024
1 parent a92556d commit d874022
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# TODO: swap to `pip install maturin>=1.7.2` once there's a new release
- name: Install maturin, CFFI
run: |
${{ matrix.platform.python }} -m pip install git+https://github.com/PyO3/maturin.git
${{ matrix.platform.python }} -m pip install maturin>=1.7.2
${{ matrix.platform.python }} -m pip install cffi
- name: Build wheel
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"maturin>=1.7",
"maturin>=1.7.2",
"numpy",
"scipy",
"cffi",
Expand Down

0 comments on commit d874022

Please sign in to comment.