Skip to content

Commit

Permalink
fix parameter name for pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent 58c203f commit cba6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ runs:
- name: Publish artifacts
uses: pypa/gh-action-pypi-publish@release/v1
with:
url: ${{ inputs.pypi-repository-url }}
repository-url: ${{ inputs.pypi-repository-url }}

0 comments on commit cba6d6b

Please sign in to comment.