We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512b106 commit a19a8a6Copy full SHA for a19a8a6
.github/workflows/test-release.yml
@@ -33,6 +33,6 @@ jobs:
33
MATCH=$(pip index versions $MODULE_NAME | grep "Available versions:" | grep $VERSION) || echo
34
echo $MATCH
35
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
+ if [ "$VERSION" != "$RELEASE" ]; then echo "$VERSION vs $RELEASE"; fi
37
pip install build
38
python -m build --sdist
0 commit comments