piqueserver / pyenet

A python wrapper for the ENet library (this fork is the source for the pypi package)
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

add scripts for building bdist_wheel packages #2

Closed samuelallan72 closed 6 years ago

samuelallan72 commented 6 years ago
noway commented 6 years ago

oh sweet. does it upload wheels to pypi too? that's only linux wheels right?

NotAFile commented 6 years ago

No, this does not upload to PyPi, but that would be really neat, especially if combined with a "pypi" branch (the "tags on master" model does not allow you to do hotfixes etc)

I'd be a bit careful with it though... we must make sure that the credentials are not accessible via a pull-request. Otherwise, anyone could create a PR that just prints out the environment variables and upload packages in our name.