Skip to content

Commit 441f20d

Browse files
authored
Merge pull request #118 from SiftScience/echumak-sift-patch-1
Update publishing2PyPI.yml
2 parents 243855b + 9e14975 commit 441f20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing2PyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Get package version
1616
run: |
1717
VERSION=NOT_SET
18-
VERSION=$(cat ./sift/version.py | grep -E -i '^VERSION.*' | cut -d'=' -f2 | cut -d\' -f2)
18+
VERSION=$(cat ./sift/version.py | grep -E -i '^VERSION.*' | cut -d'=' -f2 | cut -d\" -f2)
1919
[[ $VERSION == "NOT_SET" ]] && echo "Version in version.py NOT_SET" && exit 1
2020
echo "curr_version=$(echo $VERSION)" >> $GITHUB_ENV
2121
- name: Compare package version and Release tag

0 commit comments

Comments
 (0)