Skip to content

phlummox-dev/cython-master-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cython master wheel

Contains a GitHub Action workflow to build a wheel from the master branch of Cython.

The use of Py_LIMITED_API - needed for building python extensions which are usable by multiple Python versions - is buggy in the most recent Cython release (see here). It only works well in the master branch.

to use

Push a commit to the main branch to trigger the workflow.