Skip to content

Commit ff1c48d

Browse files
fix(ci): use frozen sync after release version bump
1 parent a6fc65d commit ff1c48d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
python-version: "3.14"
106106
- name: Install dependencies
107-
run: uv sync --python 3.14 --locked
107+
run: uv sync --python 3.14 --frozen
108108
- name: Build package
109109
run: uv build
110110
- name: Install Twine
@@ -133,7 +133,7 @@ jobs:
133133
python-version: "3.14"
134134
- uses: actions/configure-pages@v5
135135
- name: Install dependencies
136-
run: uv sync --python 3.14 --locked
136+
run: uv sync --python 3.14 --frozen
137137
- name: Build docs
138138
run: uv run --python 3.14 mkdocs build --strict
139139
- name: Upload Pages artifact

0 commit comments

Comments
 (0)