We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4d395 commit 5fb1f55Copy full SHA for 5fb1f55
1 file changed
.github/workflows/dist.yml
@@ -128,7 +128,7 @@ jobs:
128
mkdir -p unpacked
129
for pkg in pplitepy; do
130
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
131
- "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
+ "${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
132
done
133
134
- uses: actions/upload-artifact@v4
0 commit comments