Skip to content

Commit dd4fa5a

Browse files
tmidsarmany
authored andcommitted
Reorg python packages in std fashion
1 parent eca3220 commit dd4fa5a

26 files changed

+4
-2
lines changed

.github/workflows/build-wheel-wrapper.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ on:
2121
jobs:
2222
python-wrapper-wheel:
2323
name: Python Wrapper Wheel
24-
uses: ecmwf-actions/reusable-workflows/.github/workflows/python-wrapper-wheel.yml@main
24+
uses: ecmwf/reusable-workflows/.github/workflows/python-wrapper-wheel.yml@main
25+
with:
26+
wheel_directory: python/multiolib
2527
secrets: inherit

python_wrapper/buildconfig python/multiolib/buildconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ NAME="multio"
1414
CMAKE_PARAMS1="-Deckit_ROOT=/tmp/multio/prereqs/eckitlib -Deccodes_ROOT=/tmp/multio/prereqs/eccodeslib -Dmetkit_ROOT=/tmp/multio/prereqs/metkitlib -Datlas_ROOT=/tmp/multio/prereqs/atlaslib -Dfdb5_ROOT=/tmp/multio/prereqs/fdblib -Dmir_ROOT=/tmp/multio/prereqs/mirlib -Dfckit_ROOT=/tmp/multio/prereqs/fckitlib"
1515
CMAKE_PARAMS2="-DENABLE_ATLAS_IO=1"
1616
CMAKE_PARAMS="$CMAKE_PARAMS1 $CMAKE_PARAMS2"
17-
PYPROJECT_DIR="python_wrapper"
17+
PYPROJECT_DIR="python/multiolib"
1818
DEPENDENCIES='["eckitlib", "eccodeslib", "metkitlib", "atlaslib", "fdblib", "mirlib", "fckitlib"]'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)