Skip to content

Commit

Permalink
Merge pull request #6 from regro-cf-autotick-bot/0.2.3_h872e67
Browse files Browse the repository at this point in the history
hssm v0.2.3
  • Loading branch information
digicosmos86 authored Jul 16, 2024
2 parents d40d97a + 19331cc commit 707d66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "hssm" %}
{% set version = "0.2.2" %}
{% set version = "0.2.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/hssm-{{ version }}.tar.gz
sha256: 463ddea1505abf98ef26df27895e2d4fc1a94649ce6757434e2e60238316f4e2
sha256: e20f327966ac0e378cbf5f45fac71760ba02740480ab8a614f7d69268aa7000b

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2
number: 0

requirements:
host:
Expand Down

1 comment on commit 707d66b

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.