Requiring all tests to pass before we release
This commit is contained in:
@ -59,6 +59,11 @@ workflows:
|
|||||||
only: deploy/release
|
only: deploy/release
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
|
- py38
|
||||||
|
- py37
|
||||||
|
- black
|
||||||
|
- check-manifest
|
||||||
|
- flake8
|
||||||
- build
|
- build
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user