Skip to content

Commit

Permalink
Merge branch 'release/4.42.0b1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Aug 8, 2024
2 parents fec2b08 + 3375436 commit 086d82f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
os: [ubuntu-22.04, windows-2019, macos-11]
env:
CIBW_SKIP: cp27-win*
CIBW_SKIP: cp27-* cp313-*
steps:
- uses: actions/checkout@v3
- name: Build wheels
Expand All @@ -74,6 +74,8 @@ jobs:
name: Build wheels (ubuntu-22.04-aarch64)
needs: [tests, linters]
runs-on: ubuntu-22.04
env:
CIBW_SKIP: cp27-* cp313-*
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
Expand Down

0 comments on commit 086d82f

Please sign in to comment.