amoghrajesh commented on code in PR #61186: URL: https://github.com/apache/airflow/pull/61186#discussion_r2741094993
########## dev/README.md: ########## @@ -170,16 +169,10 @@ Create a `~/.pypirc` file: [distutils] index-servers = pypi - pypitest [pypi] username=__token__ password=<API Upload Token> - -[pypitest] -repository=https://test.pypi.org/legacy/ -username=__token__ -password=<API Upload Token> Review Comment: You didn't need this? ########## dev/README_RELEASE_PROVIDERS.md: ########## @@ -468,6 +468,9 @@ twine upload -r pypi ${AIRFLOW_REPO_ROOT}/dist/* * Confirm that the packages are available under the links printed and look good. +* Save these links for later, you'll need to paste them in the email you'll send to [email protected] Review Comment: Good ! -- 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]
