Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ben1post committed Jul 23, 2023
2 parents 1164fa7 + 328da0c commit f8d5c50
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

<!--next-version-placeholder-->

## v0.1.0 (20/09/2022)
## v0.1.0 (23/07/2023)

- First release of `xarray_simlab_ode`!
- First release of `xarray_simlab_ode`!

0 comments on commit f8d5c50

Please sign in to comment.