Skip to content

Commit 45a212c

Browse files
committed
Update cibuildwheel, pypa gha publish
1 parent 52b6071 commit 45a212c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: runner.os == 'macOS'
2828

2929
- name: Install cibuildwheel
30-
run: python -m pip install cibuildwheel==2.16.5
30+
run: python -m pip install cibuildwheel==3.1.4
3131
- name: Compute version
3232
run: echo "$(python bindings/python/compute_version.py)" > BUILD_VERSION.txt
3333
- name: Build wheels
@@ -91,7 +91,7 @@ jobs:
9191
merge-multiple: true
9292
path: dist
9393

94-
- uses: pypa/gh-action-pypi-publish@v1.8.12
94+
- uses: pypa/gh-action-pypi-publish@v1.13.0
9595
with:
9696
verbose: true
9797
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)