kaxil commented on code in PR #48401: URL: https://github.com/apache/airflow/pull/48401#discussion_r2014235247
########## 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 twine -h Installed 22 packages in 165ms usage: twine [-h] [--version] [--no-color] {check,upload,register} positional arguments: {check,upload,register} options: -h, --help show this help message and exit --version show program's version number and exit --no-color disable colored output ``` -- 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]
