mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +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
|
||||
- unify --check-only --recursive --quote \" daphne tests
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
script: skip
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: andrewgodwin_bot
|
||||
|
|
Loading…
Reference in New Issue
Block a user