Skip to content

Commit 2b70162

Browse files
committed
added verbose to troubleshoot the bad request error
1 parent 7947a4c commit 2b70162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-publish-TestPyPI-dummy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
publish:
1717
name: Staging Publish
1818
runs-on: ubuntu-latest
19-
outputs:
20-
latest_sha: ${{ steps.get_sha.outputs.sha }}
2119
steps:
2220
- name: Checkout
2321
uses: actions/checkout@v3
@@ -52,6 +50,7 @@ jobs:
5250
- name: Publish Distribution to TestPyPI
5351
uses: pypa/gh-action-pypi-publish@v1.9.0
5452
with:
53+
verbose: true
5554
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5655
repository_url: https://test.pypi.org/legacy/
5756
- name: Handling Failure Delete tag

0 commit comments

Comments
 (0)