Skip to content

Commit

Permalink
ppc64 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 16, 2024
1 parent f01e16b commit 6193f6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
env:
CIBW_SKIP: "pp* *-musllinux*" # Skip PyPy and musllinux builds
CIBW_BEFORE_ALL_LINUX: |
yum install -y libudev-devel pkgconfig python3-devel
yum install -y libudev-devel pkgconfig python3-devel python3-pip python3-wheel
# For PowerPC64 specifically
yum install -y python3-devel.ppc64le
CIBW_BEFORE_ALL_MACOS: |
brew install openssl pkg-config
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
Expand Down

0 comments on commit 6193f6c

Please sign in to comment.