Skip to content

Commit 8835138

Browse files
committed
fix: whl
1 parent 838fb4d commit 8835138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,10 @@ jobs:
328328
with:
329329
draft: false
330330
files: |
331-
sharedlib/*
331+
sharedlib/*.so
332+
sharedlib/*.dll
333+
sharedlib/*.dylib
334+
sharedlib/*.whl
332335
generate_release_notes: true
333336
tag_name: ${{ env.TAG_NAME }}
334337
- name: Publish

0 commit comments

Comments
 (0)