Skip to content

Commit

Permalink
Clean up PyPi action, README, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Feb 27, 2024
1 parent d72e763 commit ca8819e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit ca8819e

Please sign in to comment.