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 d178f9d commit 46ff333Copy full SHA for 46ff333
.github/workflows/pypi-test-and-publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
persist-credentials: false
21
- name: Install uv
22
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
+ uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
23
24
version: "0.9.11"
25
- name: uv build
.github/workflows/run_tests.yaml
@@ -22,7 +22,7 @@ jobs:
python-version: ${{ inputs.python-version }}
26
27
28
0 commit comments