Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 516 Bytes

File metadata and controls

17 lines (11 loc) · 516 Bytes

Publish guide

plaid-python is published via pypi.

  1. Increment plaid/version.py and CHANGELOG.md, commit the change, and push to master. The version specified in plaid/version.py is pulled in when publishing to Pypi.

  2. Publish to the test Pypi repository:

python setup.py sdist upload -r https://test.pypi.org/legacy/
  1. Publish to the production Pypi repository:
python setup.py sdist upload -r https://upload.pypi.org/legacy/