andygrove commented on code in PR #86: URL: https://github.com/apache/arrow-datafusion-python/pull/86#discussion_r1033679291
########## 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: Oh, maybe not ... I am still learning about Python. I did not realize that `pip install` could also install executables -- 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]
