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
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
with:
skip-uv-sync: "true"

- name: Update version in __init__.py
if: ${{ steps.release.outputs.release_created }}
run: nix develop --command just update-version

- name: Build and publish package
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down
4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ ty:
gitleaks:
gitleaks detect --source . --config .gitleaks.toml

# Update version in __init__.py
update-version:
uv run scripts/update_version.py

# Build package
build:
uv build
Expand Down
47 changes: 0 additions & 47 deletions scripts/update_version.py

This file was deleted.