Skip to content

Commit

Permalink
Merge pull request #4 from Nilsty/release-docs
Browse files Browse the repository at this point in the history
document release process
  • Loading branch information
Nilsty authored Aug 9, 2024
2 parents 3070165 + fb05728 commit a7411d3
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 @@ -83,3 +83,12 @@ Exit the virtualenv
```
deactivate
```
---
## Releasing new versions to PyPi

The Robotframework-TerraformLibrary is released on [PyPi.org](https://pypi.org/project/robotframework-terraformlibrary/).
To release a new version of the library to PyPi, a few steps are needed.
- update the version number in [pyproject.toml](pyproject.toml)
- rebuild the keyword documentation with the command `poetry run libdoc`
- create a pull request with the updated pyproject.toml and the keyword documentation under `docs/terraformlibrary.html`
- once the pull request is merged a new github release can be created and published which will trigger a [github action](.github/workflows/publish.yml) publishing the release to PyPi via a trusted publisher setup.

0 comments on commit a7411d3

Please sign in to comment.