From 6a7b4afe3675d1b0c570368f325a5e6719e3d33a Mon Sep 17 00:00:00 2001 From: Vojta Tuma Date: Mon, 16 Dec 2024 12:57:42 +0100 Subject: [PATCH] Python package name consolidation --- .github/workflows/build-wheel-linux.yml | 2 +- python_wrapper/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index c146e1f7e..92fce3000 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/setup.cfg b/python_wrapper/setup.cfg index fda226b6e..7af3c6f0f 100644 --- a/python_wrapper/setup.cfg +++ b/python_wrapper/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description = "eckit" +description = "eckitlib" long_description = file: README.md long_description_content_type = text/markdown author = file: AUTHORS