Skip to content

Commit 1af5b2a

Browse files
author
Matthias Koeppe
committed
.github/workflows/dist.yml: Use cibuildwheel==2.17.0
1 parent 1457fed commit 1af5b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
mkdir -p unpacked
168168
for pkg in sagemath-objects sagemath-categories; do
169169
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
170-
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.16.5 unpacked/$pkg*
170+
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.17.0 unpacked/$pkg*
171171
done
172172
173173
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)