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