From 339092b414badc13a2297380ce66cd6eadec852a Mon Sep 17 00:00:00 2001 From: foxy82 Date: Sat, 18 Jan 2025 13:23:19 +0000 Subject: [PATCH] Update DEVELOPMENT.md Update dev docs --- DEVELOPMENT.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9d05dc7..fab4311 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -2,7 +2,19 @@ Some extra details for developers -## Publish to pypi +## Publish to pypi from github action (Preferred) + +* Ensure you have updated the version number in `setup.py` and that you have updated the change log in `CHANGELOG.md` +* In github go to "Releases" and "Draft a new Release" +* Set Release Title as the version number e.g "v0.7" +* In choose a tag type the version number e.g. "v0.7" and select "Create new tag" +* In Description enter details from the change log. +* Tick "Set as latest release" +* Click publish "Release" +* Watch GitHub Action to ensure it builds and publishes + + +## Publish to pypi manually ### Requirements