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 e330bf5 + e0bd941 commit 35ec4c9Copy full SHA for 35ec4c9
.github/workflows/buildwheel.yml
@@ -40,7 +40,7 @@ jobs:
40
# override setting in pyproject.toml to use msys2 instead of msys64 bash
41
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
42
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
44
with:
45
name: wheels-${{ matrix.os }}
46
path: wheelhouse/*.whl
@@ -60,7 +60,7 @@ jobs:
60
- run: pip install build
61
- run: python -m build --sdist
62
63
64
65
name: sdist
66
path: dist/*.tar.gz
0 commit comments