Skip to content

Commit 3e9dcda

Browse files
authored
Update build.yml
fixed incorrect yaml syntax
1 parent 5a8b9bc commit 3e9dcda

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v6
1212
with:
1313
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-
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+

0 commit comments

Comments
 (0)