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.
1 parent dc5bfcb commit 330910dCopy full SHA for 330910d
.github/workflows/python.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Upload wheels
39
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu'
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
41
with:
42
name: wheels
43
path: dist
0 commit comments