aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:54:39 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:54:39 +0000
commit47121b5d497fd559081499fb69646b60ba96b7e4 (patch)
tree11d4454808ee3a30a621f14a6886303d86b95175
parentAdd manifest and license to python package (diff)
downloadSyncRNG-47121b5d497fd559081499fb69646b60ba96b7e4.tar.gz
SyncRNG-47121b5d497fd559081499fb69646b60ba96b7e4.zip
Set verbose flag to twine
-rw-r--r--.github/workflows/python-deploy.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml
index db402fa..eae1294 100644
--- a/.github/workflows/python-deploy.yml
+++ b/.github/workflows/python-deploy.yml
@@ -70,6 +70,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
+ verbose: true
upload_pypi:
needs: [build_wheels, build_sdist]
@@ -86,3 +87,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
+ verbose: true