Skip to content

Commit

Permalink
improver v1.0.3 (#14)
Browse files Browse the repository at this point in the history
* updated v1.0.3

* MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.15.1, and conda-forge-pinning 2021.12.15.03.46.39
  • Loading branch information
regro-cf-autotick-bot authored Dec 16, 2021
1 parent 322b571 commit 8c8a796
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
zip_keys:
- - cdt_name
- docker_image
- quay.io/condaforge/linux-anvil-cos7-x86_64
3 changes: 1 addition & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/checkout@v2
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
uses: conda-forge/automerge-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/webservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
steps:
- name: webservices
id: webservices
uses: conda-forge/webservices-dispatch-action@main
uses: conda-forge/webservices-dispatch-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}
10 changes: 6 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "improver" %}
{% set version = "1.0.2" %}
{% set version = "1.0.3" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/metoppv/improver/archive/{{ version }}.tar.gz
sha256: 0d3e4a40f4476da9c60d54717ced49f8a7b63fb9585260650181dc7cc28d2755
sha256: 3f7740d7f288d30c26c78c2ba0084f2f54bcf981acd003e02259cdb175a02b34

build:
noarch: python
number: 1
number: 0
script: python -m pip install . -vv

requirements:
Expand Down

0 comments on commit 8c8a796

Please sign in to comment.