We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b6071 commit 45a212cCopy full SHA for 45a212c
1 file changed
.github/workflows/wheels.yml
@@ -27,7 +27,7 @@ jobs:
27
if: runner.os == 'macOS'
28
29
- name: Install cibuildwheel
30
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel==3.1.4
31
- name: Compute version
32
run: echo "$(python bindings/python/compute_version.py)" > BUILD_VERSION.txt
33
- name: Build wheels
@@ -91,7 +91,7 @@ jobs:
91
merge-multiple: true
92
path: dist
93
94
- - uses: pypa/gh-action-pypi-publish@v1.8.12
+ - uses: pypa/gh-action-pypi-publish@v1.13.0
95
with:
96
verbose: true
97
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments