diff --git a/Makefile b/Makefile index 25af4e9..07d5d45 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 77d1f5d..5418304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ test = [ "httpx", "pipfile", "build", - "twine", "fastapi", "aiohttp", "wait-for-it",