We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a840ef3 commit 5f5569aCopy full SHA for 5f5569a
1 file changed
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Check version
50
run: |
51
set -e
52
- version=$(grep version src/python_cli_template/__init__.py | cut -d'"' -f 2")
+ version=$(grep version src/python_cli_template/__init__.py | cut -d'"' -f 2)
53
[[ $(python -m python_cli_template --version) == $version ]]
54
[[ $(python -m python_cli_template -v) == $version ]]
55
[[ $(python_cli_template --version) == $version ]]
0 commit comments