Conda build (#12323)

This commit is contained in:
Lysandre Debut
2021-06-23 17:07:07 +02:00
committed by GitHub
parent 9eda6b52e2
commit 4bdff2cdbe
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml
run: run:
- python - python
- numpy >=1.17 - numpy >=1.17
@@ -40,6 +41,7 @@ requirements:
- regex !=2019.12.17 - regex !=2019.12.17
- protobuf - protobuf
- tokenizers >=0.10.1,<0.11.0 - tokenizers >=0.10.1,<0.11.0
- pyyaml
test: test:
imports: imports:

View File

@@ -4,6 +4,8 @@ on:
push: push:
tags: tags:
- v* - v*
branches:
- conda_*
env: env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}