Skip to content

Commit 65f0894

Browse files
committed
Update conda recipe to 0.2.0
Bump the recipe version and set the sha256 of the v0.2.0 GitHub tag archive. This is the post-tag step: a release archive's checksum cannot exist inside that same archive, so it lands after the tag is published.
1 parent 0a08605 commit 65f0894

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyiecwind" %}
2-
{% set version = "0.1.2" %}
2+
{% set version = "0.2.0" %}
33
{% set python_min = "3.10" %}
44

55
package:
@@ -8,7 +8,7 @@ package:
88

99
source:
1010
url: https://github.com/SMI-Lab-Inha/pyIECWind/archive/refs/tags/v{{ version }}.tar.gz
11-
sha256: 610e0dfffea5d3c20f482b7766f94845127881606be630d7d709c935ab92575e
11+
sha256: c7979fb3c2dd186dce6bf7bce93b43354b775ddc40916188048408e6b5a602d6
1212

1313
build:
1414
noarch: python

0 commit comments

Comments
 (0)