fix: correct .gitignore pattern and bump yura version to 14.4.0 with retry logic in client

This commit is contained in:
2024-12-02 11:02:33 +00:00
parent 9cc3a486c1
commit 13253b2802
15 changed files with 58 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
PYTHON=.venv/bin/python
PIP=.venv/bin/pip
all: build
ensure_env:
-@python3 -m venv .venv
build: ensure_env
$(PIP) install -e .
$(PIP) install build
$(PIP) install shed
$(PYTHON) -m shed
$(PYTHON) -m build