We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dd0af5 + 861a5ff commit a7f847cCopy full SHA for a7f847c
2 files changed
.github/workflows/cd.yml
@@ -108,7 +108,7 @@ jobs:
108
with:
109
fetch-depth: 0
110
111
- - uses: pypa/cibuildwheel@v2.17.0
+ - uses: pypa/cibuildwheel@v2.20.0
112
env:
113
CIBW_BUILD: "cp312-*"
114
CIBW_ARCHS: "${{ matrix.arch }}"
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
CIBW_BUILD: "${{ matrix.python-version }}-*"
107
0 commit comments