Skip to content

Commit 3bead8e

Browse files
committed
update cibuildwheel for 3.12 wheels
1 parent a24df39 commit 3bead8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ jobs:
5050
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
5151
with:
5252
platforms: arm64
53-
- uses: joerick/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8
53+
- uses: joerick/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7
5454
env:
5555
# For workflow_dispatch, only build the new Python version.
5656
CIBW_BUILD: "${{ inputs.python && format('{0}-*', inputs.python) || null }}"
5757
CIBW_SKIP: 'pp*'
5858
CIBW_ARCHS_LINUX: auto aarch64
5959
CIBW_ARCHS_MACOS: auto universal2
6060
CIBW_BUILD_FRONTEND: build
61-
CIBW_ENVIRONMENT_PASS_LINUX: SOURCE_DATE_EPOCH
6261
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
6362
with:
6463
path: ./wheelhouse

0 commit comments

Comments
 (0)