We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update the version in setup.py
version
setup.py
Build the wheel:
python setup.py sdist bdist_wheel
Upload to the test PyPI:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
https://test.pypi.org/project/pyls-black/
Upload to PyPI:
twine upload dist/*
https://pypi.org/project/pyls-black/
Create a release/tag in GitHub.