Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Upgrade maturin to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 11, 2022
1 parent 7ea8c12 commit 7d48159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@ jobs:
with:
key: ${{ matrix.platform.target }}
- name: Build wheels - manylinux
uses: messense/maturin-action@main
uses: messense/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: auto
container: off
args: --no-sdist --release -o dist --strip --cargo-extra-args="--no-default-features --features rustls-tls"
args: --release -o dist --strip --no-default-features --features rustls-tls
- name: Build wheels - musllinux
if: matrix.platform.wheel
uses: messense/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_1
container: off
args: --no-sdist --release -o dist --strip --cargo-extra-args="--no-default-features --features rustls-tls"
args: --release -o dist --strip --no-default-features --features rustls-tls
- name: Install cargo packages
if: matrix.platform.deb
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.12,<0.13"]
requires = ["maturin>=0.13,<0.14"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 7d48159

Please sign in to comment.