Skip to content

Commit 0107f17

Browse files
authored
infra: add verbose=true to pypa/gh-action-pypi-publish (#1846)
## Which issue does this PR close? - Closes #. ## What changes are included in this PR? Follow up to #1836 Also add `verbose: true` to `pypa/gh-action-pypi-publish` in `.github/workflows/release_python.yml` ## Are these changes tested?
1 parent ff408ff commit 0107f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
path: bindings/python/dist
186186
- name: Publish to PyPI
187187
uses: pypa/gh-action-pypi-publish@release/v1
188-
189188
with:
190189
skip-existing: true
191190
packages-dir: bindings/python/dist
191+
verbose: true

0 commit comments

Comments
 (0)