I have a wheel file for a compiled package from here. I would like to host this on my internal pypi server. Is it possible?
Yes! Just change to the directory where your wheel file is, then...
pip install twine
twine upload file_name.whl --repository-url https://pip.server_name.com/
You may be asked to enter you pypi username and password if required. The uploaded package name will be the same as the local filename.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With