We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62564c4 commit ef0cc76Copy full SHA for ef0cc76
1 file changed
.github/workflows/pypi.yml
@@ -29,4 +29,5 @@ jobs:
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
password: ${{ secrets.API_TOKEN }}
32
- repository-url: ${{ inputs.repository_url }}
+ repository-url: ${{ inputs.repository_url }}
33
+ verbose: 'true'
0 commit comments