diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 604e639..49b05d7 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -83,6 +83,11 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + + - name: Install uv + run: | + python -m pip install uv + - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v10.5.3