Hacker News new | ask | show | jobs
by mathisfun123 1057 days ago
Yes

https://github.com/iree-org/iree-samples/blob/main/requireme...

You can do even better using GitHub releases: the GET for a releases page with assets (ie use inspector) functions as an index url. So you can have a repo that publishes wheels to a release called eg `latest` that can function as the index for that package/wheel. You can even have multiple repos that publish to a single such wheel repo release repo (using the ncipollo/release-action GHA).

1 comments

I don't know what "GitHub releases" are. And I don't want to know :)

I prefer to use as few technologies as possible. And completely stay away from propriatary technologies.

> I prefer to use as few technologies as possible. And completely stay away from propriatary technologies.

This is the most boring and tedious archetype out there.