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.
2 parents 243855b + 9e14975 commit 441f20dCopy full SHA for 441f20d
.github/workflows/publishing2PyPI.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Get package version
16
run: |
17
VERSION=NOT_SET
18
- VERSION=$(cat ./sift/version.py | grep -E -i '^VERSION.*' | cut -d'=' -f2 | cut -d\' -f2)
+ VERSION=$(cat ./sift/version.py | grep -E -i '^VERSION.*' | cut -d'=' -f2 | cut -d\" -f2)
19
[[ $VERSION == "NOT_SET" ]] && echo "Version in version.py NOT_SET" && exit 1
20
echo "curr_version=$(echo $VERSION)" >> $GITHUB_ENV
21
- name: Compare package version and Release tag
0 commit comments