File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # (C) Copyright 2024- ECMWF.
2+ #
3+ # This software is licensed under the terms of the Apache Licence Version 2.0
4+ # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+ # In applying this licence, ECMWF does not waive the privileges and immunities
6+ # granted to it by virtue of its status as an intergovernmental organisation
7+ # nor does it submit to any jurisdiction.
8+
9+
10+ name : Build Python Wrapper Wheel
11+
12+ on :
13+ # Trigger the workflow manually
14+ workflow_dispatch : ~
15+
16+ # Allow to be called from another workflow
17+ workflow_call : ~
18+
19+ # TODO automation trigger
20+
21+ jobs :
22+ python-wrapper-wheel :
23+ name : Python Wrapper Wheel
24+ uses : ecmwf-actions/reusable-workflows/.github/workflows/python-wrapper-wheel.yml@main
25+ secrets : inherit
You can’t perform that action at this time.
0 commit comments