Skip to content

Releasing a new version

Rupert Bedford edited this page Oct 17, 2018 · 6 revisions
  1. Update the version in setup.py

  2. Build the wheel:

    make build
  3. Upload to the test PyPI:

    make test-upload

    https://test.pypi.org/project/pyls-black/

  4. Upload to PyPI:

    make upload

    https://pypi.org/project/pyls-black/

  5. Create a release/tag in GitHub.

Clone this wiki locally