We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8b9bc commit 3e9dcdaCopy full SHA for 3e9dcda
1 file changed
.github/workflows/build.yml
@@ -8,15 +8,15 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v6
12
with:
13
persist-credentials: false
14
- - name: Setup UV
15
- uses: astral-sh/setup-uv@v7.6.0
16
- with:
17
- version: 0.11.1
18
- - name: Install Python
19
- run: uv python install 3.11
20
- - name: Build
21
- run: uv build
22
-
+ - name: Setup UV
+ uses: astral-sh/setup-uv@v7.6.0
+ with:
+ version: 0.11.1
+ - name: Install Python
+ run: uv python install 3.11
+ - name: Build
+ run: uv build
+
0 commit comments