From ebaf71e8b92302d4f49e204027655786713ee794 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 11 Oct 2022 15:13:36 -0500 Subject: [PATCH] documentation --- README.rst | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4de42d6..997859a 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ add these settings to django.conf: 5. Optional: Configure your devops -~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cookiecutter openedx_devops build diff --git a/release.sh b/release.sh index bb46a60..6c148d4 100755 --- a/release.sh +++ b/release.sh @@ -16,7 +16,7 @@ python -m pip install --upgrade build sudo rm -r build sudo rm -r dist -sudo rm -r oauth2_wordpress.egg-info +sudo rm -r edx_oauth2_wordpress_backend.egg-info python3 -m build --sdist ./ python3 -m build --wheel ./