Skip to content

Commit

Permalink
Missed an update to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Aug 3, 2024
1 parent 39401b7 commit 34d7366
Show file tree
Hide file tree
Showing 2 changed files with 917 additions and 876 deletions.
2 changes: 1 addition & 1 deletion doc/releasing-antlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Then run the python build and upload:
cd ~/antlr/code/antlr4/runtime/Python3
python -m build
# assume you have ~/.pypirc set up
twine upload dist/antlr4-python3-runtime-<version>.tar.gz dist/antlr4_python3_runtime-<version>-py3-none-any.whl
twine upload dist/antlr4_python3_runtime-4.13.2.tar.gz dist/antlr4_python3_runtime-4.13.2-py3-none-any.whl
```

There are links to the artifacts in [download.html](http://www.antlr.org/download.html) already.
Expand Down
Loading

0 comments on commit 34d7366

Please sign in to comment.