File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ branches:
88
99env :
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
You can’t perform that action at this time.
0 commit comments