mirror of
https://github.com/django/daphne.git
synced 2024-11-25 09:13:44 +03:00
Move deploy to second stage
This commit is contained in:
parent
06a3727f8b
commit
3b5721c699
|
@ -20,6 +20,10 @@ script:
|
||||||
- isort --check-only --diff --recursive daphne tests
|
- isort --check-only --diff --recursive daphne tests
|
||||||
- unify --check-only --recursive --quote \" daphne tests
|
- unify --check-only --recursive --quote \" daphne tests
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: deploy
|
||||||
|
script: skip
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: andrewgodwin_bot
|
user: andrewgodwin_bot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user