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 ca5550c commit 2ada048Copy full SHA for 2ada048
.github/workflows/release.yml
@@ -44,8 +44,9 @@ jobs:
44
github.event_name == 'release'
45
uses: pypa/gh-action-pypi-publish@release/v1
46
with:
47
+ verbose: true
48
password: ${{ secrets.testpypi_password }}
- repository_url: https://test.pypi.org/legacy/
49
+ repository-url: https://test.pypi.org/legacy/
50
51
- name: Publish to pypi.org
52
if: >- # "create" workflows run separately from "push" & "pull_request"
0 commit comments