Skip to content

Commit 14c140e

Browse files
committed
Switch to reusable action
1 parent e2e9258 commit 14c140e

File tree

3 files changed

+25
-110
lines changed

3 files changed

+25
-110
lines changed

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

-46
This file was deleted.

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

-64
This file was deleted.
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)