We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39401b7 commit 34d7366Copy full SHA for 34d7366
doc/releasing-antlr.md
@@ -346,7 +346,7 @@ Then run the python build and upload:
346
cd ~/antlr/code/antlr4/runtime/Python3
347
python -m build
348
# assume you have ~/.pypirc set up
349
-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
350
```
351
352
There are links to the artifacts in [download.html](http://www.antlr.org/download.html) already.
0 commit comments