diff --git a/README.md b/README.md index ccda152..c5f784d 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ We use `setuptools-scm` to automatically manage versioning based on git tags. Wh Our CI/CD pipeline is managed using GitHub Actions: -- On every commit, pytest unit tests are automatically executed to ensure code quality. -- When pull requests are merged into the main branch, a new git tag is added automatically, then the library is built and deployed to Artifactory. +- On every commit, syntax checks and unit tests are run to ensure code quality. +- When a new tag is pushed, the library is built (and should be pushed to a registry such as PyPI or Artifactory). ## Contributing -We welcome contributions from every team at [insert company name] to make our library better! Here's how you can get started: +We welcome contributions from every team to improve this library! Here's how you can get started: ### Getting started