We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bace468 commit d1ffa92Copy full SHA for d1ffa92
.github/workflows/cd.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
python -m pip install -U pip wheel setuptools build twine
83
- name: Build wheels
84
- uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16.0
+ uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
85
env:
86
#CIBW_BUILD_FRONTEND: "build"
87
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
0 commit comments