Move deploy to second stage

This commit is contained in:
Andrew Godwin 2018-02-03 22:56:24 -08:00
parent 06a3727f8b
commit 3b5721c699

View File

@ -20,7 +20,11 @@ script:
- isort --check-only --diff --recursive daphne tests
- unify --check-only --recursive --quote \" daphne tests
deploy:
jobs:
include:
- stage: deploy
script: skip
deploy:
provider: pypi
user: andrewgodwin_bot
on: