diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index c146e1f7..92fce300 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -24,7 +24,7 @@ jobs: runs-on: [self-hosted, Linux, platform-builder-Rocky-8.6] # TODO which manylinux do we want to build for? 2014? 2_28? 2_34? Matrix? container: - image: eccr.ecmwf.int/wheelmaker/2_28:0.10 + image: eccr.ecmwf.int/wheelmaker/2_28:latest credentials: username: ${{ secrets.ECMWF_DOCKER_REGISTRY_USERNAME }} password: ${{ secrets.ECMWF_DOCKER_REGISTRY_ACCESS_TOKEN }} diff --git a/python_wrapper/buildconfig b/python_wrapper/buildconfig index e07247fd..96e0558b 100644 --- a/python_wrapper/buildconfig +++ b/python_wrapper/buildconfig @@ -13,5 +13,5 @@ NAME="odc" CMAKE_PARAMS="" PYPROJECT_DIR="python_wrapper" -export eckit_ROOT="/tmp/prereqs/eckit" -DEPENDENCIES='["eckit"]' +export eckit_ROOT="/tmp/prereqs/eckitlib" +DEPENDENCIES='["eckitlib"]' diff --git a/python_wrapper/setup.cfg b/python_wrapper/setup.cfg index 9662d60d..cf8d0d50 100644 --- a/python_wrapper/setup.cfg +++ b/python_wrapper/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description = "odc" +description = "odclib" long_description = file: README.md long_description_content_type = text/markdown author = file: AUTHORS