Skip to content

Commit

Permalink
skip problematic jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 17, 2024
1 parent 954941b commit 051a4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Build package
env:
CIBW_SKIP: "pp* *-musllinux*"
CIBW_SKIP: "pp* *-musllinux* cp313-*"
CIBW_ARCHS_LINUX: aarch64
CIBW_BEFORE_ALL_LINUX: |
yum install -y libudev-devel pkgconfig python3-devel python3-pip python3-wheel
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Build package
env:
CIBW_SKIP: "pp* *-musllinux*"
CIBW_SKIP: "pp* *-musllinux* cp312-* cp313-*"
CIBW_ARCHS_LINUX: s390x
CIBW_BEFORE_ALL_LINUX: |
yum install -y libudev-devel pkgconfig python3-devel python3-pip python3-wheel
Expand Down

0 comments on commit 051a4e6

Please sign in to comment.