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.
1 parent d3ae0fc commit c5df042Copy full SHA for c5df042
.github/workflows/cibuildwheel.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v5
39
- name: Run cibuildwheel
40
uses: pypa/cibuildwheel@v3.2.1
41
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
42
with:
43
name: artifact-${{ matrix.os }}
44
path: ./wheelhouse/*.whl
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
python -m pip install build numpy
58
python -m build --sdist
59
60
61
name: artifact-sdist
62
path: dist/*.tar.gz
0 commit comments