We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69feb51 + 2d3a0c0 commit 2fa3024Copy full SHA for 2fa3024
1 file changed
.github/workflows/deploy.yaml
@@ -28,7 +28,7 @@ jobs:
28
python -m build -s
29
30
- name: Upload sdist to build artifacts
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
32
with:
33
name: sdist
34
path: dist/*.tar.gz
@@ -69,7 +69,7 @@ jobs:
69
CIBW_BUILD_VERBOSITY: 1
70
71
- name: Upload wheel(s) as build artifacts
72
73
74
name: "wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}"
75
path: ./wheelhouse/*.whl
0 commit comments