indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

Publishing PxOxy release index on github pages to avoid api limits #637

Closed konstin closed 2 years ago

konstin commented 2 years ago

I'm using PyOxy in my code (and it's a pleasure to use), where i try to pick the latest matching cpython build for the users platform and python version from the releases page. However in github action i occasionally get a "https://api.github.com/repos/indygreg/python-build-standalone/releases/latest: status code 403", i think because i hit some github api limit. Would it be possible to publish the PyOxy release index somewhere else, e.g. as json file(s) on github pages? This would imho be nicer than hardcoding PyOx releases and thereby cpython minor versions

konstin commented 2 years ago

sorry wrong repository -.-