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