Skip to content

Commit c95786c

Browse files
committed
add windows build
1 parent 1cc421e commit c95786c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.conda/conda-forge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ build_platform:
66
linux_aarch64: linux_64
77
linux_ppc64le: linux_64
88
osx_arm64: osx_64
9-
win_64: win_64
109
clone_depth: 0
1110
github_actions:
1211
store_build_artifacts: true
@@ -19,6 +18,7 @@ provider:
1918
# uncomment to enable additional linux platforms
2019
#linux_aarch64: github_actions
2120
#linux_ppc64le: github_actions
21+
2222
recipe_dir: .conda/recipe
2323
# skip unnecessary files since this is not a full-fledged conda-forge feedstock
2424
skip_render:

.conda/recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ source:
1919

2020
build:
2121
number: 0
22-
skip: true # [win]
23-
skip: true # [py>=313]
22+
skip: false # [win]
23+
skip: false # [py>=313]
2424

2525
requirements:
2626
build:

.github/workflows/conda-build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: Build conda package
66
on:
77
push:
88
branches:
9-
- master
10-
119
pull_request:
1210

1311
concurrency:

0 commit comments

Comments
 (0)