File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ include requirements.txt
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ if [ "$LAST" != "$TARGET_VERSION" ]; then
4848 error " Version $TARGET_VERSION is lower than the latest tagged version ($LAST )."
4949fi
5050
51+ if which twine > /dev/null; then
52+ echo " Found twine"
53+ else
54+ error " Twine was not found. Please install it and then re-run this script"
55+ fi
56+
5157echo " This will tag and release psij-python to version $TARGET_VERSION ."
5258echo -n " Type 'yes' if you want to continue: "
5359read REPLY
Original file line number Diff line number Diff line change 1212 name = 'psij-python' ,
1313 version = VERSION ,
1414
15- description = '''This is an implementation of the PSI/J (Portable Submission Interface for Jobs)
16- specification.''' ,
15+ description = '''This is an implementation of the PSI/J (Portable Submission Interface for Jobs) specification.''' ,
1716
1817 author = 'The ExaWorks Team' ,
1918
You can’t perform that action at this time.
0 commit comments