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 e345971 commit a0d3475Copy full SHA for a0d3475
.github/actions/pkg-publish/action.yml
@@ -30,7 +30,7 @@ runs:
30
if: inputs.pypi-test-token != ''
31
with:
32
user: __token__
33
- password: ${{ input.pypi-test-token }}
+ password: ${{ inputs.pypi-test-token }}
34
repository_url: https://test.pypi.org/legacy/
35
packages_dir: pypi/
36
verbose: true
0 commit comments