Skip to content

Commit

Permalink
Use latest maturin version (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck authored Nov 17, 2023
1 parent 7dbb175 commit 3d55055
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:
with:
target: x86_64
args: ${{ env.MATURIN_ARGS }} --sdist
maturin-version: "v0.14.0-beta.7"
- name: Install built wheel - x86_64
run: |
pip install dist/${{ env.PY_PACKAGE_NAME }}-*.whl --force-reinstall
Expand Down Expand Up @@ -241,7 +240,6 @@ jobs:
uses: PyO3/maturin-action@v1
with:
args: ${{ env.MATURIN_ARGS }} --universal2
maturin-version: "v0.14.0-beta.7"
- name: Install built wheel - universal2
run: |
pip install dist/${{ env.PY_PACKAGE_NAME }}-*universal2.whl --force-reinstall
Expand Down Expand Up @@ -280,7 +278,6 @@ jobs:
with:
target: ${{ matrix.target }}
args: ${{ env.MATURIN_ARGS }}
maturin-version: "v0.14.0-beta.7"
- name: Install built wheel
shell: bash
run: |
Expand Down Expand Up @@ -321,7 +318,6 @@ jobs:
target: ${{ matrix.target }}
manylinux: auto
args: ${{ env.MATURIN_ARGS }}
maturin-version: "v0.14.0-beta.7"
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
Expand Down
2 changes: 1 addition & 1 deletion crates/mate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==0.14.0b7"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
Expand Down
2 changes: 1 addition & 1 deletion crates/mate/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black
black[jupyter]
flake8
isort
maturin==0.14.0b7
maturin
mypy
pandas
pytest
Expand Down

0 comments on commit 3d55055

Please sign in to comment.