We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e999e47 + d0ea672 commit de3ad46Copy full SHA for de3ad46
1 file changed
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: poetry build -f sdist
26
27
- name: Upload Source Distribution
28
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
29
with:
30
name: cibw-sdist
31
path: dist/*.tar.gz
@@ -64,7 +64,7 @@ jobs:
64
65
output-dir: dist
66
67
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
68
69
name: cibw-wheels-${{ matrix.python }}-${{ matrix.buildplat[1] }}
70
path: ./dist/*.whl
0 commit comments