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 c09e569 commit faa75daCopy full SHA for faa75da
README.md
@@ -12,7 +12,10 @@ Description
12
- Check the [unit tests](https://github.com/doruirimescu/exception-with-retry/blob/master/tests/test_1.py) for usage.
13
- Build and run tests locally: `tox`
14
- 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`
+- 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`
19
20
Making Changes & Contributing
21
=============================
0 commit comments