Skip to content

Commit

Permalink
Merge pull request #10 from semuadmin/update-to-v1.0.3
Browse files Browse the repository at this point in the history
update to v1.0.3
  • Loading branch information
semuadmin authored Sep 22, 2024
2 parents 5fff270 + 4dd4e49 commit cf67593
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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
8 changes: 8 additions & 0 deletions .scripts/build_steps.sh

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

9 changes: 6 additions & 3 deletions build-locally.py

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyspartn" %}
{% set version = "1.0.2" %}
{% set version = "1.0.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyspartn-{{ version }}.tar.gz
sha256: 1c460b772d62b64b91a7e36b48fec09972a7dca888d08600adb672bca3742104
sha256: 81082fd915d1124e94a5c7ae04e2be9bc0c5094aec5fdeb894de71fdc30a52a9

build:
noarch: python
Expand Down

0 comments on commit cf67593

Please sign in to comment.