File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 pip install numpy==${{matrix.numpy-version}} build==1.2.2.post1 ninja meson delvewheel
8080 cd src/pyraingen/fortran_daily
8181 python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 -I $PWD --fcompiler=gfortran --compiler=msvc --backend distutils
82+ Get-ChildItem -Force -R
8283 cd ../../..
8384 python -m build --wheel .
8485
@@ -108,10 +109,9 @@ jobs:
108109 run : |
109110 mv dist\pyraingen-1.0.2-py3-none-any.whl dist\pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl
110111
111- - name : repair wheel on > 3.11
112- if : ${{ matrix.python-version-minor > 11}}
112+ - name : repair wheel to add dlls
113113 run : |
114- delvewheel repair --ignore-existing dist\pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl -w dist/
114+ delvewheel repair dist\pyraingen-1.0.2-cp3${{matrix.python-version-minor}}-cp3${{matrix.python-version-minor}}-win_amd64.whl -w dist/ --add-path $PWD\src\pyraingen\fortran_daily
115115
116116 - name : Release
117117 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments