kaxil commented on code in PR #48401: URL: https://github.com/apache/airflow/pull/48401#discussion_r2014408494
########## 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 `uvx` does require you to install separately, it will take care of it. -- 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]
