Skip to content

Commit

Permalink
fix: Updating pypi upload to use legacy repo url (#4962)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo authored Jan 22, 2025
1 parent 33725c3 commit f392c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_python_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
path: dist
- uses: pypa/gh-action-pypi-publish@v1.4.2
with:
repository: https://upload.pypi.org/legacy/
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit f392c73

Please sign in to comment.