We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aa9af commit 91fd9b1Copy full SHA for 91fd9b1
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
# Set fetch-depth: 0 to fetch all history for all branches and tags.
20
fetch-depth: 0 # Needed for setuptools_scm to work correctly
21
- name: Install uv
22
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
23
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v5
0 commit comments