fix gh twine command issue (#1952)

This commit is contained in:
LawyZheng
2025-03-18 01:25:21 +08:00
committed by GitHub
parent bffad446ef
commit f6c3989d5a

View File

@@ -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/*