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 c4c0e27 commit 7f1f372Copy full SHA for 7f1f372
1 file changed
.github/workflows/ci.yml
@@ -280,7 +280,7 @@ jobs:
280
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281
fi
282
- name: Build wheels
283
- uses: pypa/cibuildwheel@v3.4.0
+ uses: pypa/cibuildwheel@v3.4.1
284
env:
285
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286
REQUIRE_CYTHON: 1
@@ -307,6 +307,6 @@ jobs:
307
merge-multiple: true
308
309
- uses:
310
- pypa/gh-action-pypi-publish@v1.13.0
+ pypa/gh-action-pypi-publish@v1.14.0
311
312
# To test: repository_url: https://test.pypi.org/legacy/
0 commit comments