Skip to content

Commit c3b6b8d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

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

173172
semantic-release:
174173
name: Semantic release

0 commit comments

Comments
 (0)