Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 353 Bytes

DEVELOPMENT.md

File metadata and controls

14 lines (13 loc) · 353 Bytes

Create Release

  1. rm -rf dist
  2. Update version in autocompleter/__init__.py
  3. pip install -r dev_requirements.txt
  4. python -m build
  5. twine upload dist/*
  • Make sure you have the API token in your ~/.pypirc.
  • It should look something like:
    [pypi]
    username = __token__
    password = pypi-XXXXXXXXXXXXXXXX