kou commented on issue #890: URL: https://github.com/apache/arrow-datafusion/issues/890#issuecomment-972047245
OK. I've published them: https://pypi.org/project/datafusion/0.4.0/ I found one more typo: `````diff diff --git a/dev/release/README.md b/dev/release/README.md index 2127dc23..fcf090e3 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -310,7 +310,7 @@ svn co https://dist.apache.org/repos/dist/release/arrow/apache-arrow-datafusion- Use [twine](https://pypi.org/project/twine/) to perform the upload. ```shell -twine upload ./python-artifactl/*.{tar.gz,whl} +twine upload ./python-artifacts/*.{tar.gz,whl} ``` ### Call the vote ````` -- 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]
