Skip to content

Commit 6ccb1a0

Browse files
Updatereleasegha2 (#973)
* gha: update release env name * release: update
1 parent 3508195 commit 6ccb1a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121

2222
- name: Set pyproject.toml version from release tag
2323
run: |
24-
release_tag="${GITHUB_REF##*/}"
25-
# Remove leading "v" in tags like "v2.0.1"
26-
version="${release_tag#v}"
27-
uv version "$version"
24+
uv version "${GITHUB_REF##*/}"
2825
2926
- name: Install python
3027
run: uv python install

0 commit comments

Comments
 (0)