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/29 01:55:16 UTC

[arrow-datafusion-python] branch master updated: update release readme tag (#86)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f0e731  update release readme tag (#86)
9f0e731 is described below

commit 9f0e73196a6cd84efb332312ddd976876db3ae22
Author: Jiayu Liu <Ji...@users.noreply.github.com>
AuthorDate: Tue Nov 29 09:55:12 2022 +0800

    update release readme tag (#86)
    
    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/*
 ```