diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c168fda..c4af296 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -99,6 +99,7 @@ jobs: # Upload to GitHub Release using the `gh` CLI. # `dist/` contains the built packages, and the # sigstore-produced signatures and certificates. + # --clobber overwrites existing assets run: >- gh release upload "$GITHUB_REF_NAME" dist/** --repo - "$GITHUB_REPOSITORY" + "$GITHUB_REPOSITORY" --clobber diff --git a/README.md b/README.md index dc09e6e..ffa30a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@