diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 13:54:39 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 13:54:39 +0000 |
| commit | 47121b5d497fd559081499fb69646b60ba96b7e4 (patch) | |
| tree | 11d4454808ee3a30a621f14a6886303d86b95175 | |
| parent | Add manifest and license to python package (diff) | |
| download | SyncRNG-47121b5d497fd559081499fb69646b60ba96b7e4.tar.gz SyncRNG-47121b5d497fd559081499fb69646b60ba96b7e4.zip | |
Set verbose flag to twine
| -rw-r--r-- | .github/workflows/python-deploy.yml | 2 |
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 |
