File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ How to Update
1212 the linux images
1313 * This should be done in ` image/* ` branch as the github action ` manylinux-image.yml ` will automatically update the
1414 image in dockerhub on push.
15+ * Whenever there is a upgrade to Python's minor version, it is likely that the manylinux image will not have that
16+ version. Go to https://quay.io/repository/pypa/manylinux2014_x86_64?tab=tags and change the image version
17+ accordingly.
15183 . Update ` .github/workflows/build.yaml ` if necessary
19+ * Search for lines: ` python-version ` , ` CIBW_BUILD `
16204 . There are already tests in the github workflows to test that ` pip install nlopt ` works. But none to test the module specifically
1721 1 . Spin up a docker image and run the sample code
1822 2 . ``` shell
Original file line number Diff line number Diff line change 1- FROM quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
1+ FROM quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4
22
33# cmake already version 3, thus no need to update cmake
44
You can’t perform that action at this time.
0 commit comments