diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 40b762a..ec77cfa 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,7 +17,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v2 with: - version: "0.4.10" + version: "0.5.21" - name: Set up Python uses: actions/setup-python@v5 @@ -43,4 +43,4 @@ jobs: env: UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | - uvx publish + uv publish