Skip to content

Commit

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

0 comments on commit f01e16b

Please sign in to comment.