1
Fork 0

Dont use CI to distribute, do it manually

This commit is contained in:
Jake Howard 2015-12-10 22:52:14 +00:00
parent b48707ada0
commit ede234a113
3 changed files with 1 additions and 8 deletions

View File

@ -14,9 +14,3 @@ dependencies:
test:
override:
- ./scripts/runtests
deployment:
production:
branch: master
commands:
- ./scripts/distribute

View File

@ -2,8 +2,6 @@
set -eu
[ -z "$CIRCLE_USERNAME" ] && { echo "Must be run on CircleCI."; exit 1;}
echo ">> Building Packages..."
python setup.py build sdist

View File

@ -9,4 +9,5 @@ flake8 django_client_reverse --ignore=E128,E501,E401
coverage html
coverage report
python setup.py build sdist
python setup.py check