python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
Make sure you have the virtual environment activated and then run:
black .
- Create a new tag:
git tag -a v0.x.x -m "Version 0.x.x"
- Push the tag
git push origin v0.x.x
-
Once a new tag is pushed, the GitHub Actions workflow will run to:
- Build an installable version of the package for:
- Mac
- Linux
- Windows
- Create a GitHub release for the tag
- Update the Homebrew formula for
cg-manage-rds
in thecloud-gov/cloudgov
tap
- Build an installable version of the package for: