Skip to content

Commit

Permalink
added workflow for publishing on conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemin0 committed Oct 17, 2023
1 parent e611a9c commit 369ce77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
with:
meta_yaml_dir: ./conda-recipe
python-version: ${{ matrix.python-version }}
platform_linux-64: true
platform_osx-64: true
platform_win-64: true
platform_osx-arm64: true
#platform_linux-64: true
#platform_osx-64: true
#platform_win-64: true
#platform_osx-arm64: true
user: xemin0
label: auto
overwrite: true
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source:
path: ..

build:
number: 1
script: python3 setup.py install

requirements:
Expand Down

0 comments on commit 369ce77

Please sign in to comment.