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 9a138cc commit 159334bCopy full SHA for 159334b
entrypoint.sh
@@ -42,6 +42,8 @@ python setup.py sdist bdist_wheel
42
43
echo "---------------- PUBLISH PACKAGE ----------------"
44
45
+echo "Using repository: ${UPLOAD_REPO}"
46
+
47
if [[ ${VERIFY_METADATA} != "false" ]] ; then
48
twine check dist/*
49
fi
0 commit comments