P1sec / pysctp

SCTP stack for Python
http://www.p1sec.com
161 stars 67 forks source link

Building, testing and publishing wheels via GitHub Actions CI/CD #44

Closed domi007 closed 1 year ago

domi007 commented 1 year ago

This CI/CD config file allows building, testing and publishing wheels of pysctp. It is limited intentionally to only create x86_64 and i686 builds for CPython 3.6-3.11 for manylinux architecture. Any of these limitations could be lifted by editing the wheels.yml file, and especially changing the CIBW_SKIP variable. The publish job was taken almost directly as-is from pycrate.

EDIT: Naturally for this to be fully functional secrets/tokens for Pypi must be added the same way they are already added to the pycrate project. Also I guess an official tag with 0.7.2 not just the change in VERSION would make things complete after potential merge :)