Skip to content

Commit cbb795d

Browse files
author
Ismael Marchi
committed
ci: add skip-existing to prevent false-negative on already-published version
1 parent fc099d0 commit cbb795d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@v1.12.4
3434
with:
3535
attestations: false
36+
skip-existing: true

0 commit comments

Comments
 (0)