Skip to content

Commit 0a65391

Browse files
committed
openPMD-api: 0.17.0
1 parent aba9532 commit 0a65391

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171
with:
7272
path: 'src'
73-
ref: '0.16.1'
73+
ref: '0.17.0'
7474

7575
- uses: actions/checkout@v4
7676
with:
@@ -87,12 +87,12 @@ jobs:
8787
python -m pip install cibuildwheel==3.2.1
8888
8989
# 0.16.1.post1 bump
90-
- name: Download Patch 1/1
91-
uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
92-
id: setupversion
93-
with:
94-
url: "https://github.com/openPMD/openPMD-api/commit/f94a1d48eefbc81784a9c25f61c913cf30fe2ece.patch"
95-
target: src/.patch/
90+
# - name: Download Patch 1/1
91+
# uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
92+
# id: setupversion
93+
# with:
94+
# url: "https://github.com/openPMD/openPMD-api/commit/f94a1d48eefbc81784a9c25f61c913cf30fe2ece.patch"
95+
# target: src/.patch/
9696

9797
# # Patch: Fix versioning
9898
# - name: Download Patch 1/2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88

99
env:
1010
global:
11-
- OPENPMD_GIT_REF="0.16.1"
11+
- OPENPMD_GIT_REF="0.17.0"
1212

1313
- CIBW_PROJECT_REQUIRES_PYTHON=">=3.10"
1414
# Install dependencies on Linux and OSX

0 commit comments

Comments
 (0)