Make upload to PyPI verbose
parent
15e1926ccf
commit
a3e42a823b
|
@ -74,5 +74,6 @@ jobs:
|
|||
- name: Publish to TestPyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
verbose: true
|
||||
packages-dir: dist/
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
|
|
Loading…
Reference in New Issue