Skip to content

Commit

Permalink
enable musllinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jan 15, 2024
1 parent 6908240 commit e90217c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "*-musllinux_*"
CIBW_ARCHS_WINDOWS: "auto"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BEFORE_ALL_LINUX: yum install -y libusb1-devel libudev-devel
CIBW_BEFORE_ALL_LINUX: yum install -y libusb1-devel libudev-devel || apk add --upgrade libusb-dev eudev-dev
HIDAPI_WITH_LIBUSB: 1

- name: Store artifacts
Expand Down

0 comments on commit e90217c

Please sign in to comment.