diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index edc202e85..cb8d6fa5d 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -125,7 +125,7 @@ jobs: environment-name: build init-shell: bash create-args: >- - python=${{ matrix.python-version }} libnetcdf=4.9.3 --channel conda-forge + python=${{ matrix.python-version }} libnetcdf=4.10.1 --channel conda-forge - name: Build wheels for Windows/Mac uses: pypa/cibuildwheel@v4.1.0 diff --git a/pyproject.toml b/pyproject.toml index c1ad6fd2d..5d8d0ccc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,8 +122,8 @@ test-command = [ '''python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''', "pytest -s -rxs -v test", ] -manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf" -manylinux-aarch64-image = "ghcr.io/ocefpaf/manylinux_2_28_aarch64-netcdf" +manylinux-x86_64-image = "ghcr.io/unidata/manylinux_2_28_x86_64-netcdf" +manylinux-aarch64-image = "ghcr.io/unidata/manylinux_2_28_aarch64-netcdf" environment = {NETCDF4_LIMITED_API="1"} [tool.cibuildwheel.macos]