Skip to content

Commit

Permalink
update release readme tag (#86)
Browse files Browse the repository at this point in the history
use `bash` not `py` for scripting
  • Loading branch information
jimexist authored Nov 29, 2022
1 parent 9ca7c1f commit 9f0e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
```

Expand Down

0 comments on commit 9f0e731

Please sign in to comment.