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.
2 parents d80e39d + 943faa9 commit 639fb9aCopy full SHA for 639fb9a
.github/workflows/dist.yml
@@ -50,7 +50,7 @@ jobs:
50
arch: i686
51
- os: ubuntu-24.04-arm
52
arch: aarch64
53
- - os: macos-13
+ - os: macos-15-intel
54
arch: x86_64
55
- os: macos-14
56
arch: arm64
@@ -137,7 +137,7 @@ jobs:
137
mkdir -p unpacked
138
for pkg in pynormaliz; do
139
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
140
- "${{ 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*
141
done
142
143
- uses: actions/upload-artifact@v4
0 commit comments