Skip to content

Commit 0af671b

Browse files
committed
fix release lock update during version bump
1 parent e8f8620 commit 0af671b

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
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Update version in pyproject.toml
208208
run: |
209-
uv version ${{ steps.new-version.outputs.version }} --frozen
209+
uv version ${{ steps.new-version.outputs.version }}
210210
211211
- name: Verify version consistency
212212
run: |
@@ -269,7 +269,7 @@ jobs:
269269
270270
- name: Commit version changes
271271
run: |
272-
git add pyproject.toml
272+
git add pyproject.toml uv.lock
273273
git commit -m "chore: release v${{ steps.new-version.outputs.version }}"
274274
275275
- name: Create and push tag

0 commit comments

Comments
 (0)