Skip to content

Commit

Permalink
[CI] override file if it's already uploaded (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Oct 30, 2024
1 parent 8151eb0 commit df62c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
file: dist/${{ env.WHL_NAME }}
tag: ${{ env.ref }}
file_glob: true
overwrite: true

- name: Upload sdist to pypi
if: (github.event_name == 'release' || github.event.inputs.upload_pypi) && !cancelled()
Expand Down

0 comments on commit df62c22

Please sign in to comment.