We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09696c5 + edf91d6 commit 271a8a7Copy full SHA for 271a8a7
1 file changed
.github/workflows/python-packages.yml
@@ -34,7 +34,7 @@ jobs:
34
python setup.py sdist
35
36
- name: "Upload artifacts"
37
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
38
with:
39
name: sdist
40
path: dist/
@@ -90,7 +90,7 @@ jobs:
90
PIP_USE_PEP517: 1
91
92
93
94
95
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
96
path: ./wheelhouse/*.whl
0 commit comments