Skip to content

Commit

Permalink
Python package name consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Dec 16, 2024
1 parent 381e6ae commit 9e548b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion python_wrapper/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description = "eckit"
description = "eckitlib"
long_description = file: README.md
long_description_content_type = text/markdown
author = file: AUTHORS

0 comments on commit 9e548b2

Please sign in to comment.