diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85a4969..92d4cc9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.13 + uses: JRubics/poetry-publish@v2.0 with: pypi_token: ${{ secrets.PYPI_TOKEN }} diff --git a/README.rst b/README.rst index 88a2264..279d9aa 100644 --- a/README.rst +++ b/README.rst @@ -238,15 +238,17 @@ Citation 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 -.. code:: bibtex +.. code-block:: bibtex + @book{mcdougall2011getting, author = {McDougall, T. J. and Barker, P. M.}, - title = {Getting started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox}, + title = {Getting Started with TEOS-10 and the Gibbs Seawater (GSW) Oceanographic Toolbox}, year = {2011}, pages = {28}, publisher = {SCOR/IAPSO WG127}, isbn = {978-0-646-55621-5} } + You can also cite gsw-xarray by using the zenodo DOI |zenodo|. Contributor guide