Skip to content

Commit cf5d4ab

Browse files
fix: Updating pypi publish action and adding name
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent daf2236 commit cf5d4ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
with:
4444
name: python-wheels
4545
path: dist
46-
- uses: pypa/gh-action-pypi-publish@v1.4.2
46+
- name: Publish package to PyPI
47+
uses: pypa/gh-action-pypi-publish@release/v1
4748
with:
48-
repository_url: https://upload.pypi.org/legacy/
49-
user: __token__
5049
password: ${{ secrets.PYPI_PASSWORD }}
50+
repository_url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)