Commit c95786c 1 parent 1cc421e commit c95786c Copy full SHA for c95786c
File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ build_platform:
6
6
linux_aarch64 : linux_64
7
7
linux_ppc64le : linux_64
8
8
osx_arm64 : osx_64
9
- win_64 : win_64
10
9
clone_depth : 0
11
10
github_actions :
12
11
store_build_artifacts : true
@@ -19,6 +18,7 @@ provider:
19
18
# uncomment to enable additional linux platforms
20
19
# linux_aarch64: github_actions
21
20
# linux_ppc64le: github_actions
21
+
22
22
recipe_dir : .conda/recipe
23
23
# skip unnecessary files since this is not a full-fledged conda-forge feedstock
24
24
skip_render :
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ source:
19
19
20
20
build :
21
21
number : 0
22
- skip : true # [win]
23
- skip : true # [py>=313]
22
+ skip : false # [win]
23
+ skip : false # [py>=313]
24
24
25
25
requirements :
26
26
build :
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ name: Build conda package
6
6
on :
7
7
push :
8
8
branches :
9
- - master
10
-
11
9
pull_request :
12
10
13
11
concurrency :
You can’t perform that action at this time.
0 commit comments