Skip to content

Commit 31a8f1c

Browse files
committed
Twine check package before uploading
1 parent dc338e4 commit 31a8f1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ release:
3939
git fetch --tags
4040
rm dist/*.tar.gz || true
4141
$(PY) setup.py sdist
42+
$(BIN)/twine check dist/*
4243
$(BIN)/twine upload --repository juju dist/*
4344
git tag ${VERSION}
4445
git push --tags

0 commit comments

Comments
 (0)