Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
maguowei committed Jan 14, 2023
1 parent 8f1c7f8 commit d25f380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit d25f380

Please sign in to comment.