update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions
This commit is contained in:
long2ice
2020-06-02 18:28:50 +08:00
committed by long2ice
parent b4366d2427
commit e87f67f1e1
7 changed files with 180 additions and 70 deletions

View File

@@ -19,10 +19,10 @@ help:
@echo " style Auto-formats the code"
up:
@poetry install
@poetry update
deps:
@poetry update
@poetry install -E dbdrivers
style: deps
isort -rc $(checkfiles)
@@ -52,10 +52,10 @@ test_postgres:
testall: deps test_sqlite test_postgres test_mysql
build:
build: deps
@poetry build
publish:
publish: deps
@poetry publish
ci: