We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv
1 parent 815a20f commit 9461bd0Copy full SHA for 9461bd0
Makefile
@@ -41,8 +41,8 @@ safetest:
41
export SKIP_TRUE_REDIS=1; export SKIP_TRUE_HTTP=1; $(VENV_PATH)/pytest
42
43
publish: clean install-test-requirements
44
- uv run python3 -m build --sdist --wheel .
45
- uv run twine upload --repository mocket dist/
+ uv build --package mocket --sdist --wheel
+ uv publish
46
47
clean:
48
rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true
pyproject.toml
@@ -51,7 +51,6 @@ test = [
51
"httpx",
52
"pipfile",
53
"build",
54
- "twine",
55
"fastapi",
56
"aiohttp",
57
"wait-for-it",
0 commit comments