Skip to content

Commit cad77f8

Browse files
committed
Fix package name formatting in CI workflow and update README badges
1 parent 8465d1c commit cad77f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Wait for PyPI propagation
5656
run: |
5757
echo "Waiting for PyPI package to be available..."
58-
PACKAGE_NAME="access-mopper"
58+
PACKAGE_NAME="access_mopper"
5959
VERSION=$(python -c "import versioneer; print(versioneer.get_version())")
6060
echo "Looking for package: ${PACKAGE_NAME}==${VERSION}"
6161

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ACCESS Model Output Post-Processor (ACCESS-MOPPeR) v2
22

33
[![Documentation Status](https://readthedocs.org/projects/access-mopper-v2/badge/?version=latest)](https://access-mopper-v2.readthedocs.io/en/latest/?badge=latest)
4-
[![PyPI version](https://badge.fury.io/py/access-mopper.svg)](https://badge.fury.io/py/access-mopper)
5-
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/access-mopper.svg)](https://anaconda.org/conda-forge/access-mopper)
4+
[![PyPI version](https://badge.fury.io/py/access_mopper.svg)](https://badge.fury.io/py/access_mopper)
5+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/access_mopper.svg)](https://anaconda.org/conda-forge/access_mopper)
66

77
ACCESS-MOPPeR is a CMORisation tool designed to post-process ACCESS model output and produce CMIP-compliant datasets. This version represents a significant rewrite focusing on usability, flexibility, and integration with modern Python workflows.
88

0 commit comments

Comments
 (0)