-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e7c8f1
commit 1ea1fe3
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ jobs: | |
id-token: write | ||
env: | ||
UV_PYTHON_PREFERENCE: only-system | ||
UV_LOCKED: 1 | ||
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!" | ||
|
@@ -52,17 +51,9 @@ 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters