Build cython 3.1.2

cdce8p-build-wheels-cython
Marc Mueller 2024-11-09 01:39:40 +01:00
parent 3d1f72a0f5
commit df0f86d59e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ jobs:
- name: Create requirements file for custom build
run: |
touch requirements_custom.txt
echo -n "cython==3.1.2" >> requirements_custom.txt
- name: Modify requirements file for custom build
if: contains(fromJSON('["armv7", "armhf"]'), matrix.arch)