Skip to content

Commit f6578c6

Browse files
committed
Try fix CI.
1 parent 78d74c3 commit f6578c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
manylinux: auto
1818
command: build
1919
args: --release --sdist -o dist --find-interpreter
20-
- name: Upload wheels
20+
- name: Upload wheels linux
2121
uses: actions/upload-artifact@v4
2222
with:
2323
name: wheels
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
command: build
3333
args: --release -o dist --find-interpreter
34-
- name: Upload wheels
34+
- name: Upload wheels windows
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: wheels
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
command: build
4747
args: --release -o dist --universal2 --find-interpreter
48-
- name: Upload wheels
48+
- name: Upload wheels macos
4949
uses: actions/upload-artifact@v4
5050
with:
5151
name: wheels

0 commit comments

Comments
 (0)