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 52b8f53 commit 756c693Copy full SHA for 756c693
.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