Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Nov 20, 2024
1 parent fdde703 commit d1367b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
merge-multiple: true
pattern: wheel-*
- run: ls -lah python/dist/
- run: |
version="${{ needs.build.outputs.version }}"
find python/dist -type f ! -name "*${version}*" -delete
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit d1367b3

Please sign in to comment.