Welcome to ifk-python-template.
When you start a new project, apart from the obvious changes, there are some details to consider.
- Build workflow, follow the guide in dynamic badges.
- To build docs, change
branch
ingithub/workflows/github-action-docs.yaml
. from["SET_TO_MAIN"]
to["main"]
. You also need to activate Pages under repo Settings/Pages. - Install
copier
(installpipx
throughpip
) as
pipx install copier
and then do
copier copy https://github.com/Ingenjorsarbete-For-Klimatet/ifk-python-template.git /path/to/project-name
Copier supports updating projects based on templates when the template updates. See copier docs.
- Publish to PyPi workflow requires you to use the
- Trusted Publisher Management in PyPi.