Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 883 Bytes

Template repository for Python projects

Use this repo to create new python projects with ready-to-go build and deploy pipelines, configured to use Poetry as a dependency manager.

Checklist

Remember to do the following after creating a new repo:

  • ✔️ Rename project folder python_project to **name_of_project**
  • ✔️ Search and replace <python_project> and python_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 need build.yaml and deploy-azure-artifacts.yaml.
    • Remove dummy code and uncomment real code
    • Remove pipelines you won't need
  • ✔️ Update this README.

Happy coding!