Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 433 Bytes

RELEASE.md

File metadata and controls

15 lines (10 loc) · 433 Bytes

Release

  1. Update __version__ in piazza_api/__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. Run publish.bat (in the correct environment) to create the package to upload