From d25f380062abdba8b0303b7cf98b59c2849df826 Mon Sep 17 00:00:00 2001 From: maguowei Date: Sat, 14 Jan 2023 23:55:54 +0800 Subject: [PATCH] ci update --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0de029e..01d8641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: poetry install - name: pycodestyle run: pycodestyle --max-line-length=200 starred - - name: Build project for distribution + - name: Build test run: poetry build - name: test env: diff --git a/README.md b/README.md index 44cdf60..35974ad 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ click `Run workflow` button $ poetry build $ pip install dist/starred-${x.x.x}.tar.gz ``` -3. Dev & RUN +3. Dev & Run ```bash poetry run starred --help ``` \ No newline at end of file