Skip to content

Commit 7f1f372

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

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
@@ -280,7 +280,7 @@ jobs:
280280
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281
fi
282282
- name: Build wheels
283-
uses: pypa/cibuildwheel@v3.4.0
283+
uses: pypa/cibuildwheel@v3.4.1
284284
env:
285285
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286
REQUIRE_CYTHON: 1
@@ -307,6 +307,6 @@ jobs:
307307
merge-multiple: true
308308

309309
- uses:
310-
pypa/gh-action-pypi-publish@v1.13.0
310+
pypa/gh-action-pypi-publish@v1.14.0
311311

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

0 commit comments

Comments
 (0)