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.
2 parents d261a22 + 756c693 commit c4dd978Copy full SHA for c4dd978
.github/workflows/build-test-deploy.yml
@@ -94,7 +94,7 @@ jobs:
94
if: matrix.source == 'sdist'
95
run: tar --strip-components=1 -xzf dist/*.tar.gz
96
- name: Install the latest version of uv
97
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
98
- name: Set up Python ${{ matrix.python-version }}
99
uses: actions/setup-python@v5
100
with:
0 commit comments