We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the BlingFire wiki!
Go to BlingFire/dist-pypi directory and run:
python setup.py sdist bdist_wheel twine upload --config .pypirc -r pypi dist/*
It expects to have a .pypirc file to contain repo, username and password:
[distutils] index-servers = pypi [pypi] repository = https://upload.pypi.org/legacy/ username = <mylogin> password = <myfirstpassword>
See here