Skip to content

Commit

Permalink
feat(bindings/python): build and publish aarch64 and armv7l wheels (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Oct 17, 2023
1 parent 27526e3 commit ec47377
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 51 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ jobs:
linux:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
target: [x86_64, aarch64, armv7l]
steps:
- uses: actions/checkout@v4
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: auto
working-directory: "bindings/python"
command: build
Expand Down
89 changes: 39 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ redis = { version = "0.23.1", features = [
"tokio-comp",
"connection-manager",
], optional = true }
reqsign = { version = "0.14.2", default-features = false, optional = true }
reqsign = { version = "0.14.1", default-features = false, optional = true }
reqwest = { version = "0.11.18", features = [
"stream",
], default-features = false }
Expand Down

0 comments on commit ec47377

Please sign in to comment.