Skip to content

Commit 6e80c26

Browse files
fix: Updating repostiry to repostory url
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent f392c73 commit 6e80c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
path: dist
4646
- uses: pypa/gh-action-pypi-publish@v1.4.2
4747
with:
48-
repository: https://upload.pypi.org/legacy/
48+
repository-url: https://upload.pypi.org/legacy/
4949
user: __token__
5050
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)