update github actions

This commit is contained in:
long2ice
2020-06-02 18:58:59 +08:00
parent 5b9b51db3f
commit 7b4b7ac749
3 changed files with 9 additions and 19 deletions

View File

@@ -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: