Skip to content

Commit 237e489

Browse files
author
André Böni
committed
+ automated conda publish
1 parent bf1d7b3 commit 237e489

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
conda_deployment_with_new_tag:
127127
name: Conda deployment of package
128128
runs-on: ubuntu-latest
129-
129+
needs:
130+
- github-release
130131
steps:
131132
- name: Check out repository code
132133
uses: actions/checkout@master

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "gaitalytics" %}
2-
{% set version = '0.2.1.post3' %}
2+
{% set version = '0.2.1.post4' %}
33

44

55
package:
@@ -33,8 +33,8 @@ requirements:
3333
- scipy >=1.13
3434
- numpy >=1.23
3535
- xarray >=2024.6.0
36-
- pyomeca >=2024.0.2
37-
- ezc3d >=1.5.17,*=*python*
36+
- pyomeca >=2021.0
37+
- ezc3d >=1.5.10,*=*python*
3838

3939
test:
4040
source_files:

pixi.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Operating System :: OS Independent",
3232
]
3333
requires-python = ">= 3.11"
34-
dependencies = ["h5netcdf>=1.3.0", "pandas>=1.5", "pyyaml>=6.0.1", "scipy>=1.13", "numpy>=1.23", "xarray>=2024.6.0", "pyomeca>=2024.0.2", "ezc3d>=1.5.17"]
34+
dependencies = ["h5netcdf>=1.3.0", "pandas>=1.5", "pyyaml>=6.0.1", "scipy>=1.13", "numpy>=1.23", "xarray>=2024.6.0", "pyomeca>=2021.0", "ezc3d>=1.5.10"]
3535

3636
[project.urls]
3737
Homepage = "https://github.com/DART-Lab-LLUI/python-gaitalytics"

0 commit comments

Comments
 (0)