From cefd47e3b3ec9cbc2963a6e8430e5e10612cfe19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Thu, 5 May 2022 15:35:25 +0200 Subject: [PATCH] added docs for publishing a new version to PyPI --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5776e54..af57809 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,11 @@ Flit should have already installed pytest: ```shell $ pytest ``` + +## Publish a Release + +After running the tests, run `flit publish` to publish the package to PyPI. + +```shell +$ flit publish +```