We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cefd21 + 367dbd0 commit 4b2d84bCopy full SHA for 4b2d84b
1 file changed
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
python -m build -s
22
23
- name: Upload sdist to build artifacts
24
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
25
with:
26
name: sdist
27
path: dist/*.tar.gz
@@ -59,7 +59,7 @@ jobs:
59
CIBW_TEST_SKIP: "*_arm64"
60
CIBW_ENABLE: cpython-freethreading
61
62
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
63
64
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
65
path: ./wheelhouse/*.whl
0 commit comments