Skip to content

Commit

Permalink
Merge pull request #47 from regro-cf-autotick-bot/0.6.94_hacefe0
Browse files Browse the repository at this point in the history
pyaedt v0.6.94
  • Loading branch information
Samuelopez-ansys authored Sep 23, 2023
2 parents 00a31cf + 2305c1a commit 51f274e
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 58 deletions.
53 changes: 8 additions & 45 deletions .azure-pipelines/azure-pipelines-win.yml

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

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

112 changes: 112 additions & 0 deletions .scripts/run_win_build.bat

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 = "pyaedt" %}
{% set version = "0.6.93" %}
{% set version = "0.6.94" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyaedt-{{ version }}.tar.gz
sha256: 89fd44264e0ff1aa2720554cd9aa6cf4e49829dd36171885b8a39a9fb78f6fa5
sha256: 0a15a2ac1bd0ff47ee780ff63459381d8370e7bc18d1b8193104af55a8ca8a16

build:
script: {{ PYTHON }} -m pip install . -vv
Expand Down

0 comments on commit 51f274e

Please sign in to comment.