There was an error while loading. Please reload this page.
2 parents f74d093 + 27a6815 commit a84e439Copy full SHA for a84e439
1 file changed
.github/workflows/wheels.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build wheels
26
run: python -m build --wheel
27
- name: Upload wheels
28
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
29
with:
30
name: artifact-${{ matrix.os }}
31
path: ./dist/*.whl
@@ -42,7 +42,7 @@ jobs:
42
- name: Build sdist
43
run: python -m build --sdist
44
- name: Upload sdist
45
46
47
name: artifact-source
48
path: ./dist/*.tar.gz
0 commit comments