rpoleski / MulensModel

Microlensing Modelling package

Home Page:https://rpoleski.github.io/MulensModel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue with upload to PyPI

rpoleski opened this issue · comments

GIthub action that uploads to PyPI failed:

https://github.com/rpoleski/MulensModel/actions/runs/8857835510

@ketozhang Can you help with that one?

Issue is not being able to build the wheel for Python 3.7 for MACOS. 3.7 has been long outdated.

We have a choice to pursue trying a different method to build the 3.7 wheels or not. If we do not, existing 3.7 users could still use MulensModel, we just don't have wheels for them.

So changing:

cibw_build: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*]

->

cibw_build: [cp38-*, cp39-*, cp310-*, cp311-*]

should work?

Yep that works. I added a PR for this #134, since I wanted to add changes so that next time you could've uploaded the successful wheels manually.

Thanks! New version is already on PyPI.