Skip to content

Commit dd2c295

Browse files
committed
Fix build.yaml
1 parent 57d46be commit dd2c295

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ jobs:
9898
if: ${{ github.event_name == 'release' }}
9999
uses: cssnr/upload-release-action@latest
100100
with:
101-
globs: dist/*
101+
globs: |
102+
dist/*.whl
103+
dist/*.tar.gz
102104
103105
- name: "Send Failure Notification"
104106
if: ${{ failure() }}

0 commit comments

Comments
 (0)