kou edited a comment on issue #890:
URL:
https://github.com/apache/arrow-datafusion/issues/890#issuecomment-971963501
I'm trying.
I found a typo in the document:
`````diff
diff --git a/dev/release/README.md b/dev/release/README.md
index 2127dc23..73b3eb1a 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -304,7 +304,7 @@ PyPI, in order to conform to Apache Software Foundation
governance standards.
First, download all official python release artifacts:
```shell
-svn co
https://dist.apache.org/repos/dist/release/arrow/apache-arrow-datafusion-5.1.0-rc0/python
./python-artifacts
+svn co
https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-5.1.0/python
./python-artifacts
```
Use [twine](https://pypi.org/project/twine/) to perform the upload.
`````
https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-6.0.0/python/
uses 0.4.0 not 6.0.0. Is it OK?
--
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]