We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac2c10 + 13ebd1d commit 75da227Copy full SHA for 75da227
.github/workflows/run-cibuildwheel.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
output-dir: dist
45
46
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
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