Skip to content

Commit cecc400

Browse files
author
Gunther Klessinger
committed
chore: Prepare release 2025.08.02
1 parent 0cf8b59 commit cecc400

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ doctest:
8282
just test
8383
just docs
8484

85-
# Calcs a version, adds to pyproject, git tags, calls publish <version>
85+
# Calcs a version, adds it to pyproject, git tags
8686
new-version VERSION="":
8787
#!/usr/bin/env bash
8888
set -xeuo pipefail
@@ -94,7 +94,9 @@ new-version VERSION="":
9494
git tag -d "$VERSION" 2>/dev/null || true
9595
git tag "$VERSION"
9696

97+
# Pushes the tag, publishes to pypi
9798
publish:
99+
git pull
98100
git push --tags
99101
just clean
100102
just build

0 commit comments

Comments
 (0)