diff --git a/build-locally.py b/build-locally.py index d78427b..8ac9b84 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform diff --git a/conda-forge.yml b/conda-forge.yml index 4e0d957..1a98c86 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,5 +1,7 @@ bot: automerge: true + abi_migration_branches: + - 0.14.x build_platform: osx_arm64: osx_64 conda_build: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3045c3e..5f4cef1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 1ba5277dd7832dc6181d69a005182b97b3520945825058484ffd9296f2efb59c build: - number: 1 + number: 2 skip: true # [py==27] missing_dso_whitelist: # [osx] - /usr/lib/libresolv.9.dylib # [osx]