Skip to content

Commit f1fbec8

Browse files
committed
Fix missing packaging in release workflow
1 parent c01f450 commit f1fbec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ jobs:
223223
- name: Set output
224224
id: set_latest
225225
run: |
226+
uv pip install packaging
226227
VERSION=${GITHUB_REF#refs/tags/}
227228
LATEST=$(python -c "from packaging import version as pkg_version; print('' if pkg_version.parse('$VERSION').is_prerelease else '1', end='')")
228229
echo "LATEST=$LATEST" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)