We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88ab7c commit d85ff5bCopy full SHA for d85ff5b
.github/workflows/pypi-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
TAG=$(git describe --tags --abbrev=0)
27
echo "Found tag: $TAG"
28
echo "Extracted version: $TAG"
29
- echo "version=$VERSION" >> $GITHUB_OUTPUT
+ echo "version=$TAG" >> $GITHUB_OUTPUT
30
31
- name: Update version in __init__.py
32
run: |
0 commit comments