Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 0 additions & 108 deletions .github/scripts/pre_release.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-release Version Bump
name: Release Version Bump

on:
pull_request:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
id: version_update
run: |
# Update the version
python .github/scripts/pre_release.py main ${{ env.CURRENT_VERSION }}
python .github/scripts/release.py main ${{ env.CURRENT_VERSION }}
uv lock

# Get the new version
Expand Down
109 changes: 0 additions & 109 deletions .github/workflows/release.yaml.disabled

This file was deleted.

Loading