Skip to content

Commit 673cda0

Browse files
author
Justin Boswell
authored
Don't check setup.py anymore (#66)
1 parent 40c70c3 commit 673cda0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

continuous-delivery/test_version_exists

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ if [ "$CURRENT_TAG" != "$CURRENT_TAG_VERSION" ]; then
1313
exit 1
1414
fi
1515

16-
SETUP_PY_VERSION=$(python3 setup.py --version)
17-
if [ "$CURRENT_TAG_VERSION" != "$SETUP_PY_VERSION" ]; then
18-
echo "Current tag version does not match version in setup.py: $CURRENT_TAG_VERSION != $SETUP_PY_VERSION"
19-
exit 1
20-
fi
21-
2216
if python3 -m pip install --no-cache-dir -vvv awsiotsdk==$CURRENT_TAG_VERSION; then
2317
echo "$CURRENT_TAG_VERSION is already in pypi, cut a new tag if you want to upload another version."
2418
exit 1

0 commit comments

Comments
 (0)