drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
224 stars 53 forks source link

Fix github action for publishing wheels to pypi #58

Closed stefsmeets closed 2 years ago

stefsmeets commented 2 years ago

Hi @drufat, thanks for this great library!

I'm interested in using triangle for Python 3.9 and 3.10, but it seems that wheels are not available. It looks like easiest way to build triangle is via the github actions introduced by #51 (which works well on my fork).

This PR fixes the github action to build the wheels:

It would be useful to also have the wheels available on pypi. If this PR gets merged, then it should automatically update the wheels on pypi.

Closes #57