Skip to content

Commit faa75da

Browse files
authored
Update README.md
1 parent c09e569 commit faa75da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Description
1212
- Check the [unit tests](https://github.com/doruirimescu/exception-with-retry/blob/master/tests/test_1.py) for usage.
1313
- Build and run tests locally: `tox`
1414
- Publish to [test pypi](https://test.pypi.org/): `tox -e clean && tox -e build && tox -e publish`
15-
- Publish to [pypi](https://pypi.org/project/exception-with-retry/): Make a new tag. Then, `tox -e publish -- --repository pypi`
15+
- Publish to [pypi](https://pypi.org/project/exception-with-retry/):
16+
* `git tag MAJOR.MINOR[.PATCH]`
17+
* `tox -e clean && tox -e build`
18+
* `tox -e publish -- --repository pypi`
1619

1720
Making Changes & Contributing
1821
=============================

0 commit comments

Comments
 (0)