Skip to content

Commit

Permalink
Merge pull request #469 from jakob-keller/fix-release
Browse files Browse the repository at this point in the history
Fix update of uv.lock during release workflow
  • Loading branch information
jakob-keller authored Dec 22, 2024
2 parents 045a78c + 5418bec commit c68551d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
contents: write
pages: write
id-token: write
env:
UV_PYTHON_PREFERENCE: only-system
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand All @@ -39,6 +41,8 @@ jobs:
- id: uv
name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
uses: actions/setup-python@v5
- id: cz
name: Create bump and changelog
uses: commitizen-tools/[email protected]
Expand Down

0 comments on commit c68551d

Please sign in to comment.