You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/11/28 14:56:52 UTC

[arrow-datafusion-python] 01/01: update release readme tag

This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a commit to branch Jimexist-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git

commit e160203a8863f71c6eaab763d3b3791cdbb1b431
Author: Jiayu Liu <Ji...@users.noreply.github.com>
AuthorDate: Mon Nov 28 22:56:48 2022 +0800

    update release readme tag
    
    use `bash` not `py` for scripting
---
 dev/release/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index dd378f8..20c1562 100644
--- a/dev/release/README.md
+++ b/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/*
 ```