Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 563 Bytes

RELEASE.md

File metadata and controls

17 lines (12 loc) · 563 Bytes

Release

  1. Update __version__ in slackviewer/__init__.py to the new version
  2. Commit this change as "Release 0.9.0" to master, as an example
  3. Create a release on GitHub with the new version (e.g., 0.9.0) targeting master

Build and Publish

Automated

  1. Ensure the deploy Github Action succeeds, or

Manual

  1. git pull locally
  2. git clean -fdx dist to clean anything already in the dist/ directory
  3. Run python setup.py sdist (in the correct environment) to create the package to upload
  4. Run twine upload dist/* to push to PyPI