This repo takes a list of Python packages and generates their corresponding Python wheels using an Azure DevOps pipeline.
It's useful if your Windows machine doesn't have the proper build tools installed and you want to test a Python package distribution including extensions whose authors haven't generated the associated whl
file.
Currently, it only generates Windows 64 bits wheels for Python 3.6, 3.7 and 3.8, but it should be easy to extend to others.
Just add the desired package to packages.txt
. Once your changes are pushed to this repo, it will automatically trigger a CI/CD pipeline in Azure DevOps.
pip install --extra-index=https://pkgs.dev.azure.com/masdeseiscaracteres/python_packages/_packaging/artifacts/pypi/simple/ <package_name>
Click here to see an up-to-date list of available packages.