potiuk commented on code in PR #48401:
URL: https://github.com/apache/airflow/pull/48401#discussion_r2014341390


##########
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:
   Uvx is for installing tools. Then you run them with just ’twine'. You do not 
need to use uvx once you install 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]

Reply via email to