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 98e25ef + 9978488 commit 7dba5fdCopy full SHA for 7dba5fd
.github/workflows/CD.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upload wheels
31
uses: actions/upload-artifact@v3
32
with:
33
- name: wheels-${{ matrix.python-version }}-${{ matrix.target }}
+ name: dist
34
path: dist
35
36
windows:
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
macos:
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
sdist:
0 commit comments