diff --git a/.github/ci/recipe.yaml b/.github/ci/recipe.yaml index 5f4fa5ce9d..d590388382 100644 --- a/.github/ci/recipe.yaml +++ b/.github/ci/recipe.yaml @@ -4,7 +4,7 @@ # Adapted from the conda forge recipe context: name: parcels - version: 4.0.0alpha0 # The last number here needs to be bumped for each new alpha release + version: 4.0.0alpha1 # The last number here needs to be bumped for each new alpha release package: name: ${{ name|lower }} @@ -40,6 +40,8 @@ requirements: - trajan - tqdm - xarray >=0.10.8 + - cf_xarray + - xgcm - zarr >=2.11.0,!=2.18.0,<3 - uxarray>=2025.3.0 - pyogrio # needed for geopandas (uxarray -> geoviews -> geopandas -> pyogrio, but for some reason conda doesn't pick it up automatically) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 19d159a7fd..17d1487d59 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,3 +1,5 @@ +name: Publish alpha version of Parcels + on: workflow_dispatch: