Skip to content

Commit 749cc67

Browse files
committed
fix conda release
1 parent 7e1350b commit 749cc67

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/conda/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ requirements:
2020
- dill
2121
- pandas
2222
- requests >=2.19.0
23+
- httpx < 1.0.0
2324
- tqdm >=4.66.3
2425
- dataclasses
2526
- multiprocess
@@ -35,6 +36,7 @@ requirements:
3536
- dill
3637
- pandas
3738
- requests >=2.19.0
39+
- httpx < 1.0.0
3840
- tqdm >=4.66.3
3941
- dataclasses
4042
- multiprocess

.github/workflows/release-conda.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release - Conda
22

33
on:
4-
push:
5-
tags:
6-
- "[0-9]+.[0-9]+.[0-9]+*"
4+
- push
75

86
env:
97
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}

0 commit comments

Comments
 (0)