Use this repo to create new python projects with ready-to-go build and deploy pipelines, configured to use Poetry as a dependency manager.
Remember to do the following after creating a new repo:
- ✔️ Rename project folder
python_project
to**name_of_project**
- ✔️ Search and replace
<python_project>
andpython_project
with your desired package name (repository name) - ✔️ Manually create a github release targeting the very first commit in your repo, setting tag to
v0.0.0
- ✔️ Select build and deploy pipelines to use in
workflows/
dir. Usually you will needbuild.yaml
anddeploy-azure-artifacts.yaml
.- Remove dummy code and uncomment real code
- Remove pipelines you won't need
- ✔️ Update this README.
Happy coding!