Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 474 Bytes

Deploy Instructions.md

File metadata and controls

20 lines (11 loc) · 474 Bytes

Building Package

  1. Check the version in the VERSION file.

  2. Check the CHANGELOG.

  3. (If anything is out of order, create a PR and merge updates to those.)

  4. Execute the following push from master

git push origin master:release

CI should take it from there...

Testing Deploy

During development, you can use a trailing version number, such as 0.1.1devXXX. Push to the test-release branch to publish to a test PyPi.