diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6db442c7..8ec171ad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @aslonnie @apmorton @dHannasch @h-vetinari @mattip @timkpaine @vnlitvinov \ No newline at end of file +* @apmorton @aslonnie @dHannasch @h-vetinari @mattip @timkpaine @vnlitvinov \ No newline at end of file diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index c913e605..bf48a165 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Build on Linux id: build-linux @@ -121,4 +121,4 @@ jobs: UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }} BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }} FEEDSTOCK_TOKEN: ${{ secrets.FEEDSTOCK_TOKEN }} - STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} + STAGING_BINSTAR_TOKEN: ${{ secrets.STAGING_BINSTAR_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 68dcef81..e9b4f8f6 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Feedstock Maintainers ===================== * [@apmorton](https://github.com/apmorton/) +* [@aslonnie](https://github.com/aslonnie/) * [@dHannasch](https://github.com/dHannasch/) * [@h-vetinari](https://github.com/h-vetinari/) * [@mattip](https://github.com/mattip/) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 517fe89d..011a9091 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: - version: "2.50.0" + version: "2.50.1" recipe: name: ray-packages @@ -10,7 +10,7 @@ recipe: source: url: https://github.com/ray-project/ray/archive/ray-${{ version }}.tar.gz - sha256: e2559ae35e2158562534d01a022fdf2892909ad4b2351236bcf8896ede5bf789 + sha256: 0c177a01c3e965b025de61ba9d67b364e41938c78f537ba52491d42c8e23ca04 patches: - patches/0001-Disable-making-entry-scripts.patch - patches/0002-Ignore-warnings-in-event.cc-and-logging.cc.patch