Releasing a new version - rupert/pyls-black GitHub Wiki

  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.