From 3dbc3799cd4206cd64380829af62893d16fbbc85 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 22 Mar 2024 15:46:57 +0100 Subject: [PATCH] Updated release steps in README. The `build` module doesn't create the `build` folder in the local directory. It's probably also worth cleaning up the .egg-info in the last step. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 46b1714b..0cdb00cb 100644 --- a/README.rst +++ b/README.rst @@ -146,7 +146,7 @@ Then, build and push the packages:: python -m build twine upload dist/* - rm -r build/ dist/ + rm -r asgiref.egg-info dist Implementation Details