Skip to content

Commit 8123768

Browse files
chore(ci): bump the github-actions group with 2 updates (#195)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bb1f11 commit 8123768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
300300
fi
301301
- name: Build wheels
302-
uses: pypa/cibuildwheel@v3.4.0
302+
uses: pypa/cibuildwheel@v3.4.1
303303
env:
304304
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
305305
REQUIRE_EXTENSION: 1
@@ -326,6 +326,6 @@ jobs:
326326
merge-multiple: true
327327

328328
- uses:
329-
pypa/gh-action-pypi-publish@v1.13.0
329+
pypa/gh-action-pypi-publish@v1.14.0
330330

331331
# To test: repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)