Skip to content

Commit

Permalink
v2022.08 (#50)
Browse files Browse the repository at this point in the history
* recipe update for v2022.08

* forgot to reset build number to 0
  • Loading branch information
jeremyleung521 authored Apr 16, 2024
1 parent 4d366c5 commit 92ddcc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "westpa" %}
{% set version = "2022.07" %}
{% set sha256 = "8f25f1256269ea74b55d409b9979e846aa29f699b8752bc554a1d10f9ecb6bbb" %}
{% set version = "2022.08" %}
{% set sha256 = "40fcb7d16747eb6c55cbba56b3167bae849dc4192d8cce754b055012519f2a1a" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
skip: True # [win or py2k]
script: "{{ PYTHON }} -m pip install . -vv --no-deps"

Expand Down

0 comments on commit 92ddcc2

Please sign in to comment.