Skip to content

Commit

Permalink
Update dev docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxy82 committed Jan 18, 2025
1 parent f823a96 commit 55f5479
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

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

Expand Down

0 comments on commit 55f5479

Please sign in to comment.