8080labs / ppscore

Predictive Power Score (PPS) in Python
MIT License
1.12k stars 168 forks source link

Add linux wheel build support #65

Open odidev opened 2 years ago

odidev commented 2 years ago

Add Linux wheel build support.

Related to https://github.com/8080labs/ppscore/issues/64

fwetdb commented 2 years ago

Looks good! Can you please outline what other steps we need to take to enable this?

odidev commented 2 years ago

For enabling this IMO, Github Actions will run as soon as you merge the PR else you need to enable it by going to Action of your repository and then click on Enable workflow.

You also need to add the PyPI username and password as a secret key in the repository. The steps to be followed are present here

The name of your secret should be the same as mentioned in the code. Please check here