From 4bdff2cdbe9071ba2eca55d3f5a8ee2f5b36560c Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 23 Jun 2021 17:07:07 +0200 Subject: [PATCH] Conda build (#12323) --- .github/conda/meta.yaml | 2 ++ .github/workflows/release-conda.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index 6910bd5f1b..b18af06c3a 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -26,6 +26,7 @@ requirements: - regex !=2019.12.17 - protobuf - tokenizers >=0.10.1,<0.11.0 + - pyyaml run: - python - numpy >=1.17 @@ -40,6 +41,7 @@ requirements: - regex !=2019.12.17 - protobuf - tokenizers >=0.10.1,<0.11.0 + - pyyaml test: imports: diff --git a/.github/workflows/release-conda.yml b/.github/workflows/release-conda.yml index 4ae15448a2..4cc0b662fc 100644 --- a/.github/workflows/release-conda.yml +++ b/.github/workflows/release-conda.yml @@ -4,6 +4,8 @@ on: push: tags: - v* + branches: + - conda_* env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}