File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 python -m pip install --upgrade pip setuptools wheel
8787 python -m pip install cibuildwheel==2.21.2
8888
89+ # 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/
96+
8997# # Patch: Fix versioning
9098# - name: Download Patch 1/2
9199# uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
@@ -102,13 +110,10 @@ jobs:
102110# url: "https://github.com/openPMD/openPMD-api/pull/1684.patch"
103111# target: src/.patch/
104112
105- # - name: Apply Patches
106- # run: |
107- # cd src
108- # git apply --exclude=.github/workflows/windows.yml .patch/1680.patch
109- # git apply --exclude=cmake/dependencies/pybind11.cmake .patch/1684.patch
110- # git fetch
111- # git apply --exclude=setup.py -3 .patch/1684.patch
113+ - name : Apply Patches
114+ run : |
115+ cd src
116+ git apply .patch/f94a1d48eefbc81784a9c25f61c913cf30fe2ece.patch
112117
113118 - name : Build wheel
114119 env :
You can’t perform that action at this time.
0 commit comments