Skip to content

Commit

Permalink
Fix typo in package publish action (#15948)
Browse files Browse the repository at this point in the history
input -> inputs
  • Loading branch information
nicolai86 committed Dec 7, 2022
1 parent e345971 commit a0d3475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pkg-publish/action.yml
Expand Up @@ -30,7 +30,7 @@ runs:
if: inputs.pypi-test-token != ''
with:
user: __token__
password: ${{ input.pypi-test-token }}
password: ${{ inputs.pypi-test-token }}
repository_url: https://test.pypi.org/legacy/
packages_dir: pypi/
verbose: true
Expand Down

0 comments on commit a0d3475

Please sign in to comment.