We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8981e86 + 23f0e6d commit e23ba37Copy full SHA for e23ba37
1 file changed
.github/workflows/build_wheels.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Build SDist
14
run: pipx run build --sdist
15
16
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
17
with:
18
name: source
19
path: dist/*.tar.gz
@@ -33,7 +33,7 @@ jobs:
33
uses: pypa/cibuildwheel@v3.3.1
34
35
- name: Upload
36
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
37
38
name: wheels-${{ matrix.os }}
39
path: ./wheelhouse/*.whl
0 commit comments