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