Skip to content

Commit a19a8a6

Browse files
committed
remove version chevk
1 parent 512b106 commit a19a8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
MATCH=$(pip index versions $MODULE_NAME | grep "Available versions:" | grep $VERSION) || echo
3434
echo $MATCH
3535
if [ "$GITHUB_BASE_REF" = "master" ] && [ "$MATCH" != "" ]; then echo "Version $VERSION already present" && exit 1; fi
36-
if [ "$VERSION" != "$RELEASE" ]; then echo "$VERSION vs $RELEASE" && exit 1; fi
36+
if [ "$VERSION" != "$RELEASE" ]; then echo "$VERSION vs $RELEASE"; fi
3737
pip install build
3838
python -m build --sdist

0 commit comments

Comments
 (0)