Skip to content

Commit

Permalink
Switching to build and publish through uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Dec 24, 2024
1 parent 815a20f commit 9461bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ safetest:
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; $(VENV_PATH)/pytest

publish: clean install-test-requirements
uv run python3 -m build --sdist --wheel .
uv run twine upload --repository mocket dist/
uv build --package mocket --sdist --wheel
uv publish

clean:
rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ test = [
"httpx",
"pipfile",
"build",
"twine",
"fastapi",
"aiohttp",
"wait-for-it",
Expand Down

0 comments on commit 9461bd0

Please sign in to comment.