Skip to content

Commit f8d5c50

Browse files
committed
2 parents 1164fa7 + 328da0c commit f8d5c50

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Python package
2+
on:
3+
push:
4+
tags:
5+
- "v*.*.*"
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- name: Build and publish to pypi
12+
uses: JRubics/[email protected]
13+
with:
14+
pypi_token: ${{ secrets.PYPI_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<!--next-version-placeholder-->
44

5-
## v0.1.0 (20/09/2022)
5+
## v0.1.0 (23/07/2023)
66

7-
- First release of `xarray_simlab_ode`!
7+
- First release of `xarray_simlab_ode`!

0 commit comments

Comments
 (0)