From 8f896651ec11d537abc455a244d8c295703cb2fb Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Wed, 18 Oct 2023 12:11:29 -0700 Subject: [PATCH] docs: Update links in readme. Also add badge for project publish workflow. --- .github/workflows/package-release.yml | 2 +- README.rst | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index fe4ada74..c83bbcfb 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -1,5 +1,5 @@ --- -name: Create package release and publish binaries to pypi.org +name: Publish package on: workflow_dispatch: inputs: diff --git a/README.rst b/README.rst index 3152b06c..0f92ce18 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 @@ -254,7 +257,7 @@ Supported Connections Documentation ------------- -See the full documentation at ``__ +See the full documentation at ``__ Maintainers -----------