We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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