From 6031c2a02e638ceb4fda5b606fbfe16de2dc6ce0 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:45:16 +0000 Subject: [PATCH] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.37.2, and conda-forge-pinning 2024.08.01.21.00.38 --- .azure-pipelines/azure-pipelines-win.yml | 2 +- .github/CODEOWNERS | 2 +- README.md | 4 ++++ build-locally.py | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 4eda80e..8d6d64d 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -27,7 +27,7 @@ jobs: scriptSource: inline script: | import urllib.request - url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe' + url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe' path = r"$(Build.ArtifactStagingDirectory)/Miniforge.exe" urllib.request.urlretrieve(url, path) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 562eb3e..30e6ad9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @billysuh7 \ No newline at end of file +* @adibbley @bdice @billysuh7 @jakirkham @vyasr \ No newline at end of file diff --git a/README.md b/README.md index ce19e93..9ee708b 100644 --- a/README.md +++ b/README.md @@ -218,5 +218,9 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== +* [@adibbley](https://github.com/adibbley/) +* [@bdice](https://github.com/bdice/) * [@billysuh7](https://github.com/billysuh7/) +* [@jakirkham](https://github.com/jakirkham/) +* [@vyasr](https://github.com/vyasr/) diff --git a/build-locally.py b/build-locally.py index e0d408d..d78427b 100755 --- a/build-locally.py +++ b/build-locally.py @@ -3,11 +3,11 @@ # This file has been generated by conda-smithy in order to build the recipe # locally. # -import os import glob +import os +import platform import subprocess from argparse import ArgumentParser -import platform def setup_environment(ns):