We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc338e4 commit 31a8f1cCopy full SHA for 31a8f1c
1 file changed
Makefile
@@ -39,6 +39,7 @@ release:
39
git fetch --tags
40
rm dist/*.tar.gz || true
41
$(PY) setup.py sdist
42
+ $(BIN)/twine check dist/*
43
$(BIN)/twine upload --repository juju dist/*
44
git tag ${VERSION}
45
git push --tags
0 commit comments