Skip to content

Commit c25e521

Browse files
committed
fix: GHA - release: skip publishing existing python package to pypi
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent f604e34 commit c25e521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
uses: pypa/gh-action-pypi-publish@release/v1
169169
with:
170170
packages-dir: dist
171+
skip-existing: true
171172

172173
semantic-release:
173174
name: Semantic release

0 commit comments

Comments
 (0)