Skip to content

Commit 8599448

Browse files
committed
fix deployment
1 parent 048832a commit 8599448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- uses: actions/upload-artifact@v3
6868
name: wheels
6969
with:
70+
name: wheels
7071
path: ./wheelhouse/*.whl
7172

7273
build_sdist:
@@ -103,6 +104,7 @@ jobs:
103104
- uses: actions/upload-artifact@v3
104105
name: sdist
105106
with:
107+
name: sdist
106108
path: ./wheelhouse/*.tar.gz
107109

108110
deploy:

0 commit comments

Comments
 (0)