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