diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 61516ec..c7031c7 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v7 # Check out the repository code so the workflow can access it. - name: Install uv - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v8.3.2 - name: Run uv build # This step uses the uv tool to build the Python package. run: uv build