We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7947a4c commit 2b70162Copy full SHA for 2b70162
.github/workflows/build-and-publish-TestPyPI-dummy.yml
@@ -16,8 +16,6 @@ jobs:
16
publish:
17
name: Staging Publish
18
runs-on: ubuntu-latest
19
- outputs:
20
- latest_sha: ${{ steps.get_sha.outputs.sha }}
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v3
@@ -52,6 +50,7 @@ jobs:
52
50
- name: Publish Distribution to TestPyPI
53
51
uses: pypa/gh-action-pypi-publish@v1.9.0
54
with:
+ verbose: true
55
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
56
repository_url: https://test.pypi.org/legacy/
57
- name: Handling Failure Delete tag
0 commit comments