Skip to content

Commit

Permalink
fix: bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 29, 2024
1 parent cd9e7fe commit 23c2b5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
run: |
python -m pip install --user cffi
python -m pip install --user patchelf
- name: Install Rust target
run: rustup target add x86_64-unknown-linux-gnu
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -97,6 +99,7 @@ jobs:
RUSTFLAGS: "--cfg pyo3_no_local_impl"
PYO3_CROSS_INCLUDE_DIR: "/opt/python/cp${{ matrix.python-version }}/include"
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER: "x86_64-linux-gnu-gcc"
CARGO_TARGET_DIR: "target/wheels"
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 23c2b5c

Please sign in to comment.