We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 910ea72 + 80b5155 commit aea5d37Copy full SHA for aea5d37
.github/workflows/run-cibuildwheel.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
output-dir: dist
45
46
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
47
48
name: wheels-${{ matrix.os }}
49
path: dist/*.whl
.github/workflows/run-sdist.yml
@@ -22,7 +22,7 @@ jobs:
22
run : python -m pip install cython
23
- name: Build sdist
24
run: python setup.py sdist
25
26
27
name: sdist
28
path: dist/*.tar.gz
0 commit comments