We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1457fed commit 1af5b2aCopy full SHA for 1af5b2a
1 file changed
.github/workflows/dist.yml
@@ -167,7 +167,7 @@ jobs:
167
mkdir -p unpacked
168
for pkg in sagemath-objects sagemath-categories; do
169
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
170
- "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.16.5 unpacked/$pkg*
+ "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.17.0 unpacked/$pkg*
171
done
172
173
- uses: actions/upload-artifact@v3
0 commit comments