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 1a12eb9 commit 84ae754Copy full SHA for 84ae754
.github/workflows/ci-pull-request.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Set up Python
73
uses: actions/setup-python@v5
74
with:
75
- python-version: 3.10
+ python-version: "3.10"
76
77
- name: Install uv
78
uses: astral-sh/setup-uv@v5
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: Build
62
run: uv build
0 commit comments