Skip to content

Release Pipeline

Yochai Gilad edited this page Nov 26, 2025 · 1 revision
  1. Create a PR called bump_vX.X.X
  2. Set the correct version in the following files
.\pyproject.toml
.\uv.lock
.\azure_kusto_data\pyproject.toml
.\azure_kusto_ingest\pyproject.toml
.\quick_start\pyproject.toml
.\quick_start\requirements.txt
  1. Edit CHANGELOH.md
  2. Push the PR and complete it
  3. Checkout and pull master
  4. Apply a tag named vX.X.X to the version bump commit and push it to origin
  5. Go to GitHub Actions and make sure the release action runs correctly
  6. Check a version was created in https://pypi.org/

Clone this wiki locally