Skip to content

Commit

Permalink
fix: Updating pypi publish action and adding name
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Jan 22, 2025
1 parent daf2236 commit cf5d4ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_python_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
with:
name: python-wheels
path: dist
- uses: pypa/gh-action-pypi-publish@v1.4.2
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://upload.pypi.org/legacy/
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy/

0 comments on commit cf5d4ab

Please sign in to comment.