Skip to content

Commit 985f3cd

Browse files
committed
Update cibuildwheels
1 parent 1eb0a8d commit 985f3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
submodules: true
2525
- name: Build wheels
26-
uses: pypa/cibuildwheel@v2.11.2
26+
uses: pypa/cibuildwheel@v2.18.1
2727
- uses: actions/upload-artifact@v3
2828
with:
2929
path: ./wheelhouse/*.whl
@@ -48,6 +48,6 @@ jobs:
4848
with:
4949
name: artifact
5050
path: dist
51-
- uses: pypa/gh-action-pypi-publish@v1.5.0
51+
- uses: pypa/gh-action-pypi-publish@v1.8.10
5252
with:
5353
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)