Skip to content

Commit

Permalink
Change build on aarch64 and install boost in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Aug 6, 2024
1 parent 01d1f95 commit afb9587
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
use_qemu: false
- os: ubuntu-20.04
arch: "aarch64"
build: "manylinux_arm"
build: "manylinux_"
artifact_suffix: "manylinux_aarch64"
use_qemu: true
- os: windows-2019
Expand Down Expand Up @@ -81,6 +81,11 @@ jobs:
with:
fetch-depth: 0 # for setuptools_scm to find tags

- name: Install boost
uses: MarkusJx/install-boost@v2.4.5
id: install-boost
with:
boost_version: 1.85.0
- name: Build sdist
run: pipx run build --sdist

Expand Down

0 comments on commit afb9587

Please sign in to comment.