diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a70fb53..486c75b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,6 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file diff --git a/CHANGES.rst b/CHANGES.rst index 710a19e..3f73d5e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ v0.8.1 ------ Released February 27, 2024 -* Deprecate :class:`~lentil.Image`` ``shape`` parameter `#50`_ +* Deprecate :class:`~lentil.Image` ``shape`` parameter `#50`_ * :class:`~Plane` ``mask``, ``pixelscale``, ``diameter``, and ``ptype`` are now immutable * Fix bugs in creation and handling of :class:`~lentil.Plane` ``mask`` and diff --git a/README.rst b/README.rst index 9442c41..df147dc 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,5 @@ Lentil ====== -|build status| |coverage| |docs status| |pypi version| Lentil is a Python library for modeling the imaging chain of an optical system. It was originally developed at NASA's Jet Propulsion Lab by the Wavefront Sensing and @@ -34,14 +33,4 @@ Links .. _pip: https://pip.pypa.io/en/stable/quickstart/ -.. |pypi version| image:: https://img.shields.io/pypi/v/lentil.svg - :target: https://pypi.python.org/pypi/lentil -.. |build status| image:: https://github.com/andykee/lentil/actions/workflows/test.yml/badge.svg - :target: https://github.com/andykee/lentil/actions/workflows/test.yml - -.. |coverage| image:: https://coveralls.io/repos/github/andykee/lentil/badge.svg - :target: https://coveralls.io/github/andykee/lentil - -.. |docs status| image:: https://readthedocs.org/projects/lentil/badge/?version=latest - :target: https://lentil.readthedocs.io/en/latest/?badge=latest