Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update again

update ci
  • Loading branch information
zzstoatzz committed Sep 6, 2024
1 parent 4209831 commit 7b3557e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

env:
UV_SYSTEM_PYTHON: 1

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ dev: $(VENV_DIR) $(DEV_REQUIREMENTS)
@echo "ᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖᨖ"

install: $(VENV_DIR) $(REQUIREMENTS)
$(UV) build
$(UV) pip install dist/*.whl
uv build
uv pip install dist/*.whl

publish: install
$(UV)x twine upload dist/*
uvx twine upload dist/*

clean:
rm -rf .bookkeeping/ $(VENV_DIR) $(REQUIREMENTS) $(DEV_REQUIREMENTS) dist/
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
here you go!

```
gh repo clone zzstoatzz/python-pack
cd python-pack
make clean
make install
make test
make dev
source .venv/bin/activate
pytest
```
24 changes: 24 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
annotated-types==0.7.0
# via pydantic
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
pydantic==2.9.0
# via python-pack (pyproject.toml)
pydantic-core==2.23.2
# via pydantic
pygments==2.18.0
# via rich
rich==13.8.0
# via python-pack (pyproject.toml)
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
tzdata==2024.1
# via pydantic
uv==0.4.6
# via python-pack (pyproject.toml)

0 comments on commit 7b3557e

Please sign in to comment.