Skip to content

Commit

Permalink
update cibuildwheel for 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jan 19, 2024
1 parent a24df39 commit 3bead8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@ jobs:
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
with:
platforms: arm64
- uses: joerick/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8
- uses: joerick/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7
env:
# For workflow_dispatch, only build the new Python version.
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: auto universal2
CIBW_BUILD_FRONTEND: build
CIBW_ENVIRONMENT_PASS_LINUX: SOURCE_DATE_EPOCH
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
path: ./wheelhouse
Expand Down

0 comments on commit 3bead8e

Please sign in to comment.