ontology-tools / py-horned-owl

A library for Web Ontology Language in Python created using a bridge from horned-owl to python using PyO3.

Home Page:https://ontology-tools.github.io/py-horned-owl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding windows wheels

Eugenio2192 opened this issue · comments

Hello @jannahastings,

I built some windows wheels using github actions. One can find them here: https://github.com/Eugenio2192/py-horned-owl/releases
I did them using a branch of your latest release and the development version of https://github.com/phillord/horned-owl
I have been using them and so far they have been working properly.

I could adapt this github action: https://github.com/Eugenio2192/py-horned-owl/blob/build/.github/workflows/build.yml to what you consider apropiate for release.

That's awesome, thank you! I would be glad to merge this into the main repo, could you create a PR?