Skip to content

Commit f392c73

Browse files
fix: Updating pypi upload to use legacy repo url (#4962)
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 33725c3 commit f392c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_python_sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +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/
4849
user: __token__
4950
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)