Skip to content

Commit a479187

Browse files
fix(ci): use default uv sync in release workflow
1 parent 860ba4f commit a479187

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.14"
2626
- name: Install dependencies
27-
run: uv sync --python 3.14 --locked
27+
run: uv sync --python 3.14
2828
- name: Test
2929
run: bash scripts/tests.sh
3030
- name: Build docs
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
python-version: "3.14"
6060
- name: Install dependencies
61-
run: uv sync --python 3.14 --locked
61+
run: uv sync --python 3.14
6262
- name: Configure git author
6363
run: |
6464
git config user.name "github-actions[bot]"
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
python-version: "3.14"
135135
- name: Install dependencies
136-
run: uv sync --python 3.14 --locked
136+
run: uv sync --python 3.14
137137
- name: Build package
138138
run: uv build
139139
- name: Install Twine
@@ -162,7 +162,7 @@ jobs:
162162
python-version: "3.14"
163163
- uses: actions/configure-pages@v5
164164
- name: Install dependencies
165-
run: uv sync --python 3.14 --locked
165+
run: uv sync --python 3.14
166166
- name: Build docs
167167
run: uv run --python 3.14 mkdocs build --strict
168168
- name: Upload Pages artifact

0 commit comments

Comments
 (0)