From 6c7f95ba88c216d24611d25b6ef318651af9ddae Mon Sep 17 00:00:00 2001 From: Shyam Dwaraknath Date: Mon, 1 Mar 2021 10:13:14 -0800 Subject: [PATCH] Add verbose output to upload --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c492a0c..eba2c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,7 @@ jobs: with: user: __token__ password: ${{ secrets.PYPY_API_TOKEN }} + verbose: true docs: runs-on: ubuntu-latest