Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.44 KB

pytemplate GitHub release (latest SemVer) CI CD

Run make

Source your .venv: poetry shell

If you wish, rename all app (including folder names) by the name of your project.

Make sure you can run the app-cli command that should display "Hello World!"


Environment

In order to use the workflows, you need to have the following environment variables set Github Environment:

Code coverage

CODECOV_TOKEN: The token for the Codecov service. This is used to upload the coverage report.

PyPi

PYPI_TOKEN: The token used to push your package on Pypi.

DockerHub

DOCKERHUB_USERNAME: Your DockerHub username. DOCKERHUB_TOKEN: A token used to log on DockerHub.

DOCKERHUB_REPO: The repository where your image will be published.

Bump all dependencies

poetry self add poetry-plugin-sembump
poetry bump -D