From b54c5a0cf76ebbac383e587a5b5f1730ffa73c5e Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 17 Jun 2023 22:27:21 +0800 Subject: [PATCH] PyPI signature support is gone [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f82969..d9651f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,4 @@ build-backend = "setuptools.build_meta" asyncio_mode = "strict" # build and upload -# rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload -s dist/* +# rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload dist/*