Skip to content

Commit b719f10

Browse files
committed
Remove hard coded version
1 parent deb42c2 commit b719f10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
- name: Set package version
2727
run: |
28-
# VERSION=$(git describe --tags)
29-
VERSION=0.0.0rc202508101
28+
VERSION=$(git describe --tags)
3029
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
3130
echo Set package version $VERSION
3231

0 commit comments

Comments
 (0)