File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,14 @@ jobs:
50
50
uses : docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
51
51
with :
52
52
platforms : arm64
53
- - uses : joerick/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8
53
+ - uses : joerick/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7
54
54
env :
55
55
# For workflow_dispatch, only build the new Python version.
56
56
CIBW_BUILD : " ${{ inputs.python && format('{0}-*', inputs.python) || null }}"
57
57
CIBW_SKIP : ' pp*'
58
58
CIBW_ARCHS_LINUX : auto aarch64
59
59
CIBW_ARCHS_MACOS : auto universal2
60
60
CIBW_BUILD_FRONTEND : build
61
- CIBW_ENVIRONMENT_PASS_LINUX : SOURCE_DATE_EPOCH
62
61
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
63
62
with :
64
63
path : ./wheelhouse
You can’t perform that action at this time.
0 commit comments