From 3a81df072675f52e68213f858bbf956e72810eac Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Wed, 29 Nov 2023 07:53:23 +0100 Subject: [PATCH] Last homework --- projects/data_cleaning/07_Project_module.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/data_cleaning/07_Project_module.md b/projects/data_cleaning/07_Project_module.md index a9f6c65..2211bf2 100644 --- a/projects/data_cleaning/07_Project_module.md +++ b/projects/data_cleaning/07_Project_module.md @@ -1,7 +1,9 @@ ## Module 7: Publishing -- Add a license +- Add license to the root folder (see https://choosealicense.com/) - Change version number to 0.1.0 -- Build the package -- Publish the package to the PyPI Test Server. +- Make a release in GitHub - click "Draft a new release" and add a tag (v0.1.0) and a release title (v0.1.0) +- Update version number to dev version 0.2.0dev0 +- Optional: Build the package with ">python -m build" from the project root (install build first) +- Optional: Publish the package to the PyPI Test Server (requires setting up a PyPI account and two-factor authentication!) {{< include _footer.md >}} \ No newline at end of file