We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1164fa7 + 328da0c commit f8d5c50Copy full SHA for f8d5c50
.github/workflows/python-publish.yml
@@ -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
@@ -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 commit comments