Skip to content

Commit 798a98a

Browse files
committed
Use only the wheel files when creating a release
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 2ce0594 commit 798a98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
--generate-notes \
326326
$extra_opts \
327327
$REF_NAME \
328-
dist/dist-packages-*/*
328+
dist/dist-packages-*/*.whl
329329
env:
330330
REF_NAME: ${{ github.ref_name }}
331331
REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)