File: cd.yml

package info (click to toggle)
metkit 1.15.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,380 kB
  • sloc: cpp: 16,089; sh: 2,532; python: 1,757; ansic: 71; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: cd

on:
  push:
    tags:
      - '**'

jobs:
  deploy:
    uses: ecmwf/reusable-workflows/.github/workflows/create-package.yml@v2
    secrets: inherit
  wheel-wrapper:
    uses: ./.github/workflows/build-wheel-wrapper.yml
    secrets: inherit
  wheel-python:
    uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
    secrets: inherit
    needs:
      - wheel-wrapper