Skip to content

Commit 9461bd0

Browse files
committed
Switching to build and publish through uv.
1 parent 815a20f commit 9461bd0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ safetest:
4141
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; $(VENV_PATH)/pytest
4242

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

4747
clean:
4848
rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ test = [
5151
"httpx",
5252
"pipfile",
5353
"build",
54-
"twine",
5554
"fastapi",
5655
"aiohttp",
5756
"wait-for-it",

0 commit comments

Comments
 (0)