-
Notifications
You must be signed in to change notification settings - Fork 131
Home
Sergei Alonichau edited this page Mar 12, 2021
·
2 revisions
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>