kaxil commented on a change in pull request #19663:
URL: https://github.com/apache/airflow/pull/19663#discussion_r751706664
##########
File path: dev/README_RELEASE_AIRFLOW.md
##########
@@ -757,16 +783,17 @@ previously released RC candidates in
"${AIRFLOW_SOURCES}/dist":
- Upload the package to PyPI's production environment:
```shell script
- twine upload -r pypi dist/*
+ twine upload -r pypi *.whl *${VERSION}.tar.gz
Review comment:
It once happened with me that I had elasticsearch provider under dist
dir while doing twine upload.. My scars from having burnt from there just got
better of me 😃
--
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]