diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cea1db..a73e8c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: find . -name '*.tar.gz' -exec mv '{}' dist/ \; find . -name '*.whl' -exec mv '{}' dist/ \; - name: Publish package to test pypi - uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/CITATION.cff b/CITATION.cff index babf055..8e22105 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,7 +18,7 @@ authors: - family-names: Ward given-names: Brian title: "Pyrtools: tools for multi-scale image processing" -version: v1.0.6 +version: v1.0.7 date-released: 2023-11-20 doi: 10.5281/zenodo.10161031 url: "https://github.com/LabForComputationalVision/pyrtools" diff --git a/README.md b/README.md index 1dc8797..0c0816a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild) [![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest) [![DOI](https://zenodo.org/badge/137527035.svg)](https://zenodo.org/doi/10.5281/zenodo.10161031) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.6?filepath=TUTORIALS%2F) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.7?filepath=TUTORIALS%2F) [![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/main/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools) Briefly, the tools include: diff --git a/docs/index.rst b/docs/index.rst index 5d765c1..7246c3e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ :target: https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild .. |binder| image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.6?filepath=TUTORIALS%2F + :target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.7?filepath=TUTORIALS%2F .. |doi| image:: https://zenodo.org/badge/137527035.svg :target: https://zenodo.org/doi/10.5281/zenodo.10161031 diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a2ff697..deda897 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -23,4 +23,4 @@ For more details, see the jupyter notebooks included in the ``TUTORIALS/`` directory, static versions of which are linked in the navigation sidebar. You can play around with a live version of them in order to test out the code before downloading on `binder -`_ +`_