Skip to content

Commit

Permalink
Bump conda version number, adapted conda build action
Browse files Browse the repository at this point in the history
  • Loading branch information
f-kretschmer committed Mar 16, 2021
1 parent b306999 commit a6b579c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-conda.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: publish_conda

on:
push

release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
path: ../

build:
number: 0
number: 2
noarch: python
script: python -m pip install --no-deps --ignore-installed .

Expand Down

0 comments on commit a6b579c

Please sign in to comment.