Skip to content

Commit 943faa9

Browse files
committed
.github/workflows/dist.yml: Update pypa/cibuildwheel to 3.2.1
1 parent 44ea687 commit 943faa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
mkdir -p unpacked
138138
for pkg in pynormaliz; do
139139
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
140-
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.21.3 unpacked/$pkg*
140+
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==3.2.1 unpacked/$pkg*
141141
done
142142
143143
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)