Skip to content

Commit

Permalink
docs: Update links in readme. Also add badge for project publish work…
Browse files Browse the repository at this point in the history
…flow.
  • Loading branch information
nfelt14 committed Oct 18, 2023
1 parent fdd52a2 commit 8f89665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Create package release and publish binaries to pypi.org
name: Publish package
on:
workflow_dispatch:
inputs:
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* - Code Quality
- |CodeQL status| |CodeFactor grade| |pre-commit status|
* - Package
- |PyPI: Package status| |PyPI: Latest release version| |PyPI: Supported Python versions| |License: Apache 2.0| |PyPI: Downloads| |Package build status| |TestPyPI upload status|
- |PyPI: Package status| |PyPI: Latest release version| |PyPI: Supported Python versions| |License: Apache 2.0| |PyPI: Downloads| |Package build status| |PyPI upload status| |TestPyPI upload status|
* - Documentation
- |Documentation status|
* - Code Style
Expand All @@ -34,6 +34,9 @@
.. |Package build status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-build.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-build.yml

.. |PyPI upload status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-release.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-release.yml

.. |TestPyPI upload status| image:: https://github.com/tektronix/tm_devices/actions/workflows/package-testpypi.yml/badge.svg?branch=main
:target: https://github.com/tektronix/tm_devices/actions/workflows/package-testpypi.yml

Expand Down Expand Up @@ -254,7 +257,7 @@ Supported Connections
Documentation
-------------

See the full documentation at `<https://tm_devices.readthedocs.io>`__
See the full documentation at `<https://tm-devices.readthedocs.io>`__

Maintainers
-----------
Expand Down

0 comments on commit 8f89665

Please sign in to comment.