Usage of prodi.gy in CI/CD and in requirements

Hi,

I would like to have prodi.gy has part of my requirements (actually freezing the version) and in the CI/CD while making it simple to use.

Can I simply commit my wheels and add them to the repo ? Is there a better solution ?

Thanks for the answers and for prodigy

Hi @Arnault !

Uploading wheels is still an option, but there's an easier way now with the new PyPI download server and your license key.. Also, as security best practice, be careful not to leak the license by either (1) ensuring that the CI is private or (2) keeping the license key inside your CI's secret vault and substituting it to your requirements.txt.

Note that for the second recommendation, the license key might still show up in the installation logs etc., so just be mindful that it might still leak.

Hope that helps!