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 5df3e83 commit 77043dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:

- uses: actions/checkout@v4

# 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 @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"maturin>=1.7",
"maturin>=1.7.2",
"numpy",
"cffi",
'patchelf; platform_system == "Linux"',
Expand Down

0 comments on commit 77043dc

Please sign in to comment.