Skip to content

Commit

Permalink
ci(python): sync uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Oct 27, 2024
1 parent f40becb commit ce07c44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,17 @@ jobs:
name: Create bump and changelog
uses: commitizen-tools/[email protected]
with:
push: false
github_token: ${{ secrets.GITHUB_TOKEN }}
increment: ${{ inputs.increment }}
check_consistency: true
- name: Amend commit with updated uv.lock
run: |
UV_LOCKED=0 uv lock
git add uv.lock
git commit --amend --no-edit
git tag ${{ steps.cz.outputs.version }} --force
git push --tags
- name: Build package
run: uv build
- name: Release to GitHub
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce07c44

Please sign in to comment.