cvangysel / pytrec_eval

pytrec_eval is an Information Retrieval evaluation tool for Python, based on the popular trec_eval.
http://ilps.science.uva.nl/
MIT License
282 stars 32 forks source link

use github actions to build Windows releases for pypi #33

Open cmacdonald opened 3 years ago

cmacdonald commented 3 years ago

Dear @cvangysel please consider this PR for making binary Windows releases using GitHub actions.

I have test this using Github actions on my own fork to make a test pypi release.

To use this, you would need to:

I further made the following changes:

You may wish to consider if you want to also build other binary wheel releases at this time (linux etc).

An in principle response would be appreciated - we need to have this for teaching commitments this summer.

Craig