From b06da0223ae5fe4a35b4cc7fb1f623f1b9efe02c Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 3 Jun 2020 09:39:52 +0800 Subject: [PATCH] add --build --- .github/workflows/pypi.yml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7d31dd7..3039030 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -14,5 +14,4 @@ jobs: - uses: dschep/install-poetry-action@v1.3 - name: Pypi Publish run: | - make build make publish \ No newline at end of file diff --git a/Makefile b/Makefile index 779cecc..1441828 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,6 @@ build: deps @poetry build publish: deps - @poetry publish + @poetry publish --build ci: testall \ No newline at end of file