Fix variable reference in PyPI publish workflow

This commit is contained in:
yangdx
2025-09-05 02:37:22 +08:00
parent b88ab7c04e
commit d85ff5b9d7

View File

@@ -26,7 +26,7 @@ jobs:
TAG=$(git describe --tags --abbrev=0)
echo "Found tag: $TAG"
echo "Extracted version: $TAG"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version=$TAG" >> $GITHUB_OUTPUT
- name: Update version in __init__.py
run: |