Skip to content

Commit

Permalink
add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
tapparelj committed Nov 7, 2024
1 parent 1cc421e commit c95786c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .conda/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
win_64: win_64
clone_depth: 0
github_actions:
store_build_artifacts: true
Expand All @@ -19,6 +18,7 @@ provider:
# uncomment to enable additional linux platforms
#linux_aarch64: github_actions
#linux_ppc64le: github_actions

recipe_dir: .conda/recipe
# skip unnecessary files since this is not a full-fledged conda-forge feedstock
skip_render:
Expand Down
4 changes: 2 additions & 2 deletions .conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ source:

build:
number: 0
skip: true # [win]
skip: true # [py>=313]
skip: false # [win]
skip: false # [py>=313]

requirements:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build conda package
on:
push:
branches:
- master

pull_request:

concurrency:
Expand Down

0 comments on commit c95786c

Please sign in to comment.