andygrove commented on code in PR #86: URL: https://github.com/apache/arrow-datafusion-python/pull/86#discussion_r1033677902
########## dev/release/README.md: ########## @@ -181,7 +181,7 @@ Go to the Test PyPI page of Datafusion, and download [all published artifacts](https://test.pypi.org/project/datafusion/#files) under `dist-release/` directory. Then proceed uploading them using `twine`: -```py +```bash twine upload --repository pypi dist-release/* Review Comment: If we are changing this to bash, then we also need to edit the command: ```suggestion python3 -m twine upload --repository pypi dist-release/* ``` -- 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]
