Skip to content

Commit fd3c0be

Browse files
authored
Update CI.yml
1 parent 40ba172 commit fd3c0be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: "true"
31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.10'
3434
- name: Build wheels
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload wheels
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: wheels
44+
name: linux
4545
path: dist
4646

4747
windows:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
submodules: "true"
56-
- uses: actions/setup-python@v4
56+
- uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.10'
5959
architecture: ${{ matrix.target }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload wheels
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: wheels
69+
name: windows
7070
path: dist
7171

7272
sdist:
@@ -83,7 +83,7 @@ jobs:
8383
- name: Upload sdist
8484
uses: actions/upload-artifact@v4
8585
with:
86-
name: wheels
86+
name: source
8787
path: dist
8888

8989
release:

0 commit comments

Comments
 (0)