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 a719774 commit 88c5c4cCopy full SHA for 88c5c4c
tag_and_release.sh
@@ -11,7 +11,7 @@ create_tag () {
11
12
PSIJ_VERSION=$(PYTHONPATH=./src python3 -c "import psij; print(psij.__version__)" 2>/dev/null)
13
14
- then
+ if [[ "$PSIJ_VERSION" == "$VERSION" ]]; then
15
echo "Version requested matches package version: $VERSION"
16
else
17
echo "[ERROR] Version mismatch. User request: '$VERSION' while package version is: '$PSIJ_VERSION'"
0 commit comments