potiuk commented on code in PR #48401: URL: https://github.com/apache/airflow/pull/48401#discussion_r2014344468
########## dev/README.md: ########## @@ -187,11 +187,10 @@ Set proper permissions for the pypirc file: chmod 600 ~/.pypirc ``` -- Install [twine](https://pypi.org/project/twine/) if you do not have it already (it can be done - in a separate virtual environment). +- Install [twine](https://pypi.org/project/twine/) if you do not have it already ```shell script -pip install twine +uv pip install twine Review Comment: Yeah. You should not install it with uv pip install because it will install twine in local ven. You install it once with 'uv tool install twine' and then it's available as 'twine' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
