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.
1 parent 0bb1f11 commit 8123768Copy full SHA for 8123768
1 file changed
.github/workflows/ci.yml
@@ -299,7 +299,7 @@ jobs:
299
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
300
fi
301
- name: Build wheels
302
- uses: pypa/cibuildwheel@v3.4.0
+ uses: pypa/cibuildwheel@v3.4.1
303
env:
304
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
305
REQUIRE_EXTENSION: 1
@@ -326,6 +326,6 @@ jobs:
326
merge-multiple: true
327
328
- uses:
329
- pypa/gh-action-pypi-publish@v1.13.0
+ pypa/gh-action-pypi-publish@v1.14.0
330
331
# To test: repository_url: https://test.pypi.org/legacy/
0 commit comments