Skip to content

Commit 6c138df

Browse files
committed
set verbose and skip existing to true
1 parent 6805b1b commit 6c138df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev_test_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
uses: pypa/gh-action-pypi-publish@release/v1
115115
with:
116116
repository-url: https://test.pypi.org/legacy/
117+
verbose: true
118+
skip-existing: true
117119

118120
# - name: GitHub Repo Artifact Upload
119121
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)