|
|
|
|
|
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). |
|
I prefer to use as few technologies as possible. And completely stay away from propriatary technologies.