issues
search
Bonifatius94
/
ChessLib.Py
C-lib Python3 extension for efficient chess draw-gen
MIT License
2
stars
0
forks
source link
PyPi Release Compatibility with manylinux1 wheels
#13
Closed
Bonifatius94
closed
3 years ago
Bonifatius94
commented
3 years ago
Issue:
current pypi builds are not compatible with lots of linux distros
release should become compatible to more than just Ubuntu
Suggested Solution:
use build environment from quay.io/pypa/ based on CentOS
see this article:
https://opensource.com/user_articles/204656/204656
think of using the GitHub action 'RalfG/python-wheels-manylinux-build' to do the work and use it like this:
https://github.com/RalfG/python-wheels-manylinux-build/blob/master/full_workflow_example.yml
Issue:
Suggested Solution: