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 273e272 commit a719774Copy full SHA for a719774
tag_and_release.sh
@@ -9,9 +9,8 @@ create_tag () {
9
VERSION=$1
10
fi
11
12
- PSIJ_VERSION=$(python3 -c "import psij; print(psij.__version__)")
+ PSIJ_VERSION=$(PYTHONPATH=./src python3 -c "import psij; print(psij.__version__)" 2>/dev/null)
13
14
- if [[ $PSIJ_VERSION == "$VERSION" ]]
15
then
16
echo "Version requested matches package version: $VERSION"
17
else
0 commit comments