We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e07e681 + 5cd61fd commit 70ff0ebCopy full SHA for 70ff0eb
.github/workflows/build-macos.yml
@@ -167,7 +167,7 @@ jobs:
167
fail-on-cache-miss: true
168
169
- name: Build and test wheels
170
- uses: pypa/cibuildwheel@v2.13.0
+ uses: pypa/cibuildwheel@v2.13.1
171
172
- uses: actions/upload-artifact@v3
173
with:
.github/workflows/build-manylinux.yml
@@ -118,7 +118,7 @@ jobs:
118
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
119
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
120
121
122
123
# We upload the generated files under github actions assets
124
- name: Upload dist
0 commit comments