fix gh twine command issue (#1952)
This commit is contained in:
2
.github/workflows/sdk-release.yml
vendored
2
.github/workflows/sdk-release.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
run: twine upload --repository pypi dist/*
|
||||
run: poetry run twine upload --repository pypi dist/*
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user