We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d857 commit 329c489Copy full SHA for 329c489
.github/workflows/build_and_upload_PyPI.yml
@@ -38,7 +38,7 @@ jobs:
38
CIBW_BUILD: ${{ matrix.cibw_python }}
39
CIBW_ARCHS: ${{ matrix.arch }}
40
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
41
- CIBW_BEFORE_BUILD: "pip install -r requirements.txt cython>=0.29.21 numpy==1.19.0"
+ CIBW_BEFORE_BUILD: "pip install -r requirements.txt"
42
CIBW_SKIP: "*-musllinux_*"
43
CIBW_BEFORE_ALL_LINUX: >
44
yum -y update &&
.github/workflows/manully_test_PYPI.yml
@@ -36,7 +36,7 @@ jobs:
36
37
0 commit comments