Skip to content

Commit c21a835

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

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 11 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
@@ -110,10 +110,10 @@ jobs:
110110
# url: "https://github.com/openPMD/openPMD-api/pull/1684.patch"
111111
# target: src/.patch/
112112

113-
- name: Apply Patches
114-
run: |
115-
cd src
116-
git apply .patch/f94a1d48eefbc81784a9c25f61c913cf30fe2ece.patch
113+
# - name: Apply Patches
114+
# run: |
115+
# cd src
116+
# git apply .patch/f94a1d48eefbc81784a9c25f61c913cf30fe2ece.patch
117117

118118
- name: Build wheel
119119
env:

.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)