Skip to content

Commit da6e493

Browse files
committed
Fix releaser maybe?
1 parent fdc267a commit da6e493

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
- name: Upload Wheel as Artifact
5555
uses: actions/upload-artifact@v3
5656
with:
57-
name: ${{matrix.os}}-wheel
57+
name: dist
5858
path: dist/*.whl
5959

6060
- name: Upload zip as Artifact
6161
if: startsWith(matrix.os, 'windows')
6262
uses: actions/upload-artifact@v3
6363
with:
64-
name: zip
64+
name: dist
6565
path: dist/*.zip
6666

6767
releaser:

0 commit comments

Comments
 (0)