Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit d1367b3

Browse files
committed
fix
1 parent fdde703 commit d1367b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
merge-multiple: true
8686
pattern: wheel-*
8787
- run: ls -lah python/dist/
88+
- run: |
89+
version="${{ needs.build.outputs.version }}"
90+
find python/dist -type f ! -name "*${version}*" -delete
8891
- uses: softprops/action-gh-release@v1
8992
with:
9093
tag_name: ${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)