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 dc5e1d2 commit f9a258eCopy full SHA for f9a258e
.github/workflows/publish-to-pypi.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
# Fetch the latest tags
33
git fetch --tags
34
- PREV_VERSION=$(git describe --tags --abbrev=0 || echo "0.0.0")
+ PREV_VERSION=$(git describe --tags --abbrev=0 main || echo "0.0.0")
35
echo "Previous Version: $PREV_VERSION"
36
37
# Get the current version from pyproject.toml
0 commit comments