Skip to content

Commit 7050997

Browse files
committed
Document Release Process
1 parent e622888 commit 7050997

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ traverses these pages for you and yields each result in the current page before
5353
## Support
5454

5555
The Usabilla Python Client API is maintained by Usabilla Development Team. Everyone is encouraged to file bug reports, feature requests, and pull requests through GitHub. This input is critical and will be carefully considered, but we can’t promise a specific resolution or time frame for any request. For more information please email our Support Team at [email protected].
56+
57+
## Releasing [internal]
58+
59+
In order to release a new version of this library, follow these steps:
60+
- bump version in setup.py
61+
- merge and tag the new release with `v<versio>`
62+
- run `python -m build`
63+
- upload release to pypi-test: `python -m twine upload --repository testpypi dist/*`
64+
- upload release to pypi: `python -m twine upload --repository pypi dist/*`

0 commit comments

Comments
 (0)