We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33725c3 commit f392c73Copy full SHA for f392c73
.github/workflows/publish_python_sdk.yml
@@ -45,5 +45,6 @@ jobs:
45
path: dist
46
- uses: pypa/gh-action-pypi-publish@v1.4.2
47
with:
48
+ repository: https://upload.pypi.org/legacy/
49
user: __token__
50
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments