Skip to content

Commit

Permalink
Document Release Process
Browse files Browse the repository at this point in the history
  • Loading branch information
rdohms committed Aug 15, 2023
1 parent e622888 commit 7050997
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ traverses these pages for you and yields each result in the current page before
## Support

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].

## Releasing [internal]

In order to release a new version of this library, follow these steps:
- bump version in setup.py
- merge and tag the new release with `v<versio>`
- run `python -m build`
- upload release to pypi-test: `python -m twine upload --repository testpypi dist/*`
- upload release to pypi: `python -m twine upload --repository pypi dist/*`

0 comments on commit 7050997

Please sign in to comment.