We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a80ac commit 1823723Copy full SHA for 1823723
eng/templates/official/jobs/publish-library-release.yml
@@ -89,7 +89,7 @@ jobs:
89
pip install twine
90
91
# Publish artifacts to PyPi
92
- twine upload --repository-url https://upload.pypi.org/legacy/ --username "__token__" --password "$pypiToken" PythonRuntimeArtifact/${{ parameters.PROJECT_DIRECTORY }}/dist/*
+ twine upload --repository-url https://upload.pypi.org/legacy/ --username "__token__" --password "$pypiToken" PythonRuntimeArtifact/${{ parameters.PROJECT_NAME }}/${{ parameters.PROJECT_DIRECTORY }}/dist/*
93
Start-Sleep -Seconds 3
94
95
# Checking if the new version is uploaded
0 commit comments