We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d74c3 commit f6578c6Copy full SHA for f6578c6
1 file changed
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
manylinux: auto
18
command: build
19
args: --release --sdist -o dist --find-interpreter
20
- - name: Upload wheels
+ - name: Upload wheels linux
21
uses: actions/upload-artifact@v4
22
with:
23
name: wheels
@@ -31,7 +31,7 @@ jobs:
31
32
33
args: --release -o dist --find-interpreter
34
+ - name: Upload wheels windows
35
36
37
@@ -45,7 +45,7 @@ jobs:
45
46
47
args: --release -o dist --universal2 --find-interpreter
48
+ - name: Upload wheels macos
49
50
51
0 commit comments