From 88a786ca8f3babe9090a8001f464db694a06d2e3 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 25 Nov 2024 12:24:19 -0500 Subject: [PATCH] Revert "Merge branch 'master' into 3.0.0" This reverts commit d15df9fb0751dd202bd3819d955389960f4b5372, reversing changes made to f867903525d400030f21ce6180c8f25d5bb8b695. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8479e657..d991fd28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: # Set fetch-depth: 0 to fetch all history for all branches and tags. fetch-depth: 0 # Needed for setuptools_scm to work correctly - name: Install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5