Skip to content
Snippets Groups Projects
Commit 0a678beb authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: Twine has a check feature

parent 88a36bf8
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,10 @@
set -e
pip install wheel
pip install wheel setuptools twine
python setup.py sdist
python setup.py bdist_wheel
twine check dist/*
# do a test install from both source and wheel
sdist=`find dist -maxdepth 1 -name *.tar.gz`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment