From 4bace141100805b364f08f7652d92469b7707dc7 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 20 Nov 2022 13:50:32 +0800 Subject: [PATCH] add comment about how to build and upload --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3aa8ed..4f82969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,6 @@ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] # addopts = -n auto asyncio_mode = "strict" + +# build and upload +# rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload -s dist/*