Skip to content

Commit bfc4b4e

Browse files
authored
Merge pull request #76 from DocOtak/prepare_v040
correct and update
2 parents c34c979 + 0444836 commit bfc4b4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Build and publish to pypi
13-
uses: JRubics/poetry-publish@v1.13
13+
uses: JRubics/poetry-publish@v2.0
1414
with:
1515
pypi_token: ${{ secrets.PYPI_TOKEN }}

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,17 @@ Citation
238238

239239
If you use gsw-xarray, please cite the reference paper for the upstream gsw library: McDougall, T.J. and P.M. Barker, 2011: Getting started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox, 28pp., SCOR/IAPSO WG127, ISBN 978-0-646-55621-5
240240

241-
.. code:: bibtex
241+
.. code-block:: bibtex
242+
242243
@book{mcdougall2011getting,
243244
author = {McDougall, T. J. and Barker, P. M.},
244-
title = {Getting started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox},
245+
title = {Getting Started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox},
245246
year = {2011},
246247
pages = {28},
247248
publisher = {SCOR/IAPSO WG127},
248249
isbn = {978-0-646-55621-5}
249250
}
251+
250252
You can also cite gsw-xarray by using the zenodo DOI |zenodo|.
251253

252254
Contributor guide

0 commit comments

Comments
 (0)