Skip to content

Commit dd7a7db

Browse files
committed
Release v0.5.0
1 parent cc76be1 commit dd7a7db

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ pyvenv.cfg
1212
__pycache__
1313
/.token
1414
/antlr-*.jar
15+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ python -m build
2929
python -m twine upload dist/*
3030
```
3131

32+
**Note:** if we have [two-factor authentication (2FA)](https://pypi.org/help/#twofa) enabled on PyPI,
33+
we have to [use an API token](https://pypi.org/help/#apitoken).
34+
3235
If all goes well, tag the release:
3336

3437
```shell

0 commit comments

Comments
 (0)