Skip to content

Commit fa124dc

Browse files
committed
Fix upload ext
1 parent 0fd9c24 commit fa124dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload sdist
109109
uses: actions/upload-artifact@v2
110110
with:
111-
path: ./dist/*.whl
111+
path: ./dist/*.tar.gz
112112
name: artifact
113113

114114
- name: Upload tagged build artifact

0 commit comments

Comments
 (0)