Skip to content

Commit

Permalink
Push to pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmquintino committed Dec 7, 2023
1 parent 6a5a2cb commit e267cbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: cd

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+' # only tags with the form x.y.z

jobs:
pypi:
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
secrets: inherit

0 comments on commit e267cbc

Please sign in to comment.