epy icon indicating copy to clipboard operation
epy copied to clipboard

Request: Windows binary release

Open gd4c opened this issue 5 years ago • 3 comments

Is there any chance for a Windows binary? That would be great!

Thanks a lot

gd4c avatar Oct 28 '20 07:10 gd4c

Sorry currently not using windows. But I'll see if I have a chance.

wustho avatar Feb 01 '21 23:02 wustho

That would be great!

gd4c avatar Mar 10 '21 04:03 gd4c

With python setup.py bdist --plat-name windows you should be able to build a windows binary.
I tried to put this into a github action but was stopped by some very weird errors on my end.

tionis avatar May 16 '21 18:05 tionis

Should be automatically generated with GH Actions for now: https://github.com/wustho/epy/blob/master/.github/workflows/release-win.yml

eg. https://github.com/wustho/epy/releases/tag/v2022.4.18

wustho avatar Sep 13 '22 03:09 wustho