Skip to content

Commit 2ca5ddc

Browse files
committed
Merge remote-tracking branch 'origin' into libs
2 parents f8cb6d7 + 3180e4a commit 2ca5ddc

8 files changed

Lines changed: 827 additions & 344 deletions

File tree

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- h5py =3.16.0
1212
- ase =3.28.0
1313
- sphinxdft-data =0.0.1
14-
- semantikon =1.0.0
14+
- semantikon =1.1.0
1515
- pint =0.25.3
1616
- pyyaml =6.0.3

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- h5py =3.16.0
1212
- ase =3.28.0
1313
- sphinxdft-data =0.0.1
14-
- semantikon =1.0.0
14+
- semantikon =1.1.0
1515
- pint =0.25.3
1616
- pyyaml =6.0.3

.github/workflows/preview-release.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This runs jobs which pyiron modules should run on release
2+
name: Release
3+
4+
on:
5+
pull_request:
6+
release:
7+
types: [ published ]
8+
9+
jobs:
10+
pyiron:
11+
uses: pyiron/actions/.github/workflows/hatch-release.yml@actions-4.2.1
12+
secrets: inherit
13+
with:
14+
semantic-upper-bound: 'minor'
15+
lower-bound-yaml: '.ci_support/lower_bound.yml'
16+
publish-to-pypi: ${{ github.event_name == 'release' && github.event.action == 'published' }}

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies:
1717
- h5py =3.16.0
1818
- ase =3.28.0
1919
- sphinxdft-data =0.0.1
20-
- semantikon =1.0.0
20+
- semantikon =1.1.0
2121
- pint =0.25.3
2222
- pyyaml =6.0.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"numpy==2.4.3",
2727
"ase==3.28.0",
2828
"h5py==3.16.0",
29-
"semantikon==1.0.0",
29+
"semantikon==1.1.0",
3030
"pint==0.25.3",
3131
"pyyaml==6.0.3",
3232
]

0 commit comments

Comments
 (0)