Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 326 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 326 Bytes

Publishing new Versions

Prereqs:

  • Create a ~/.pypirc
[testpypi]
  username = __token__
  password = ...

(Note that __token__ is NOT a placeholder)

  • Setup required deps
make bootstrap
  1. Bump the version in setup.cfg
  2. make build
  3. make publish

Test the package

Run make test.