Skip to content

Commit 28e99a7

Browse files
committed
Added verbose option to TestPyPI publish workflow
1 parent cea46a6 commit 28e99a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ jobs:
101101
- name: Publish distribution 📦 to TestPyPI
102102
uses: pypa/gh-action-pypi-publish@release/v1
103103
with:
104-
repository-url: https://test.pypi.org/legacy/
104+
repository-url: https://test.pypi.org/legacy/
105+
verbose: true

0 commit comments

Comments
 (0)