We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 918c4e8 + 5d2a29b commit aab385fCopy full SHA for aab385f
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@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: sdist
40
path: dist/
@@ -89,7 +89,7 @@ jobs:
89
PIP_USE_PEP517: 1
90
91
92
93
94
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
95
path: ./wheelhouse/*.whl
0 commit comments