Skip to content

Commit e424d71

Browse files
committed
fix: add verbose logging and skip-existing to PyPI publish step
1 parent fe0677e commit e424d71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,5 @@ jobs:
151151
uses: pypa/gh-action-pypi-publish@release/v1
152152
with:
153153
packages-dir: dist/
154+
verbose: true
155+
skip-existing: true

0 commit comments

Comments
 (0)