From 28e5cb39db8a4b2bc75289845522d694def4dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:31:58 +0000 Subject: [PATCH 1/2] Build(deps): Bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c0edf34c7c..4efa9e6631 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: git fetch --prune --unshallow - name: Build wheels for CPython - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.0 with: output-dir: dist env: From 115fbcd475a3e638df38c780ac0a818056fba95a Mon Sep 17 00:00:00 2001 From: zssherman Date: Mon, 16 Sep 2024 13:14:08 -0500 Subject: [PATCH 2/2] FIX: Add missing txt files for colormaps in MANIFEST. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 26690d661b..dfe51682d5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,8 @@ include pyart/testing/registry.txt include pyart/correct/src/UWASHINGTON_4DD_README include pyart/__check_build/README include pyart/graph/balance-rgb.txt +include pyart/graph/chase-spectral-rgb.txt +include pyart/graph/spectral-extended-rgb.txt include versioneer.py include pyart/_version.py include pyart/testing/data/*