There was an error while loading. Please reload this page.
1 parent 7e1350b commit 749cc67Copy full SHA for 749cc67
2 files changed
.github/conda/meta.yaml
@@ -20,6 +20,7 @@ requirements:
20
- dill
21
- pandas
22
- requests >=2.19.0
23
+ - httpx < 1.0.0
24
- tqdm >=4.66.3
25
- dataclasses
26
- multiprocess
@@ -35,6 +36,7 @@ requirements:
35
36
37
38
39
40
41
42
.github/workflows/release-conda.yml
@@ -1,9 +1,7 @@
1
name: Release - Conda
2
3
on:
4
- push:
5
- tags:
6
- - "[0-9]+.[0-9]+.[0-9]+*"
+ - push
7
8
env:
9
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
0 commit comments