Skip to content

Commit 5fb1f55

Browse files
committed
.github/workflows/dist.yml: Update pypa/cibuildwheel to 3.2.1
1 parent 6c4d395 commit 5fb1f55

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
@@ -128,7 +128,7 @@ jobs:
128128
mkdir -p unpacked
129129
for pkg in pplitepy; do
130130
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
131-
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
131+
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
132132
done
133133
134134
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)