Skip to content

Commit

Permalink
Setup QEMU for python linux builds (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneary authored Oct 18, 2023
1 parent 7a94706 commit 482d5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v1
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion python-attestation-bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "evervault_attestation_bindings"
version = "0.3.1"
version = "0.3.2"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 482d5c4

Please sign in to comment.