diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 1491d2a..4b12dcf 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,6 +23,7 @@ jobs: matrix: include: - CONFIG: linux_64_ + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] @@ -99,7 +100,7 @@ jobs: env: # default value; make it explicit, as it needs to match with artefact # generation below. Not configurable for now, can be revisited later - CONDA_BLD_DIR: C:\bld + CONDA_BLD_PATH: C:\bld MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge PYTHONUNBUFFERED: 1 CONFIG: ${{ matrix.CONFIG }} diff --git a/.gitignore b/.gitignore index 47b5408..86a9c55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore all files and folders in root * !/conda-forge.yml +!.recipe_maintainers.json # Don't ignore any files/folders if the parent folder is 'un-ignored' # This also avoids warnings when adding an already-checked file with an ignored parent. diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 8baadc2..0acf03f 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -3,7 +3,7 @@ schema_version: 1 context: name: hydra-python - version: "0.14.1" + version: "0.15.0" python_min: "3.12" package: @@ -12,12 +12,12 @@ package: source: url: https://github.com/CategoricalData/hydra/archive/refs/tags/${{ version }}.tar.gz - sha256: 49467589726debf9b01a64f877878499f6beb8231684709bc9407ec3360dedff + sha256: f156dd703b75448d288c4b7f65748cee62e8e5913fe48e25d630433f76669021 build: number: 0 noarch: python - script: + script: - cd hydra-python - ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation