We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c00ba5 + 4cfbee1 commit bfc87f8Copy full SHA for bfc87f8
.github/workflows/release.yaml
@@ -57,10 +57,6 @@ jobs:
57
with:
58
skip-uv-sync: "true"
59
60
- - name: Update version in __init__.py
61
- if: ${{ steps.release.outputs.release_created }}
62
- run: nix develop --command just update-version
63
-
64
- name: Build and publish package
65
if: ${{ steps.release.outputs.release_created }}
66
env:
justfile
@@ -34,10 +34,6 @@ ty:
34
gitleaks:
35
gitleaks detect --source . --config .gitleaks.toml
36
37
-# Update version in __init__.py
38
-update-version:
39
- uv run scripts/update_version.py
40
41
# Build package
42
build:
43
uv build
scripts/update_version.py
0 commit comments