We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0405a9c + 195afcf commit 9b82829Copy full SHA for 9b82829
2 files changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: "${{ env.PYTHON_VERSION }}"
22
23
- - uses: jdx/mise-action@v3
+ - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
24
25
- name: Run tox
26
shell: bash
@@ -42,7 +42,7 @@ jobs:
42
43
python-version: ${{ matrix.python_version }}
44
45
46
47
48
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- name: Build project for distribution
36
run: uv build
0 commit comments