whitebox-tempest-plugin/tools/twine-check.sh

6 lines
95 B
Bash
Executable File

#!/bin/bash
# build dist tarball
python setup.py sdist
# check dist tarball
twine check dist/*