diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb84cf7..1424328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: if: startsWith(github.ref, 'refs/heads/main') uses: pypa/gh-action-pypi-publish@release/v1 with: - skip_existing: true + skip-existing: true user: __token__ password: ${{ secrets.TEST_PYPI_SECRECT }} packages-dir: dist/ diff --git a/README.md b/README.md index 61c0ea7..81ac272 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,16 @@ -[![PyPI version](https://badge.fury.io/py/nipe_py.svg)](https://badge.fury.io/py/nipe_py) +
+ +[![Python](https://img.shields.io/badge/Python-3776AB.svg?style=flat&logo=Python&logoColor=white)](https://www.python.org/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-2088FF.svg?style=flat&logo=GitHub-Actions&logoColor=white)](https://github.com/features/actions) [![Pytest](https://img.shields.io/badge/Pytest-0A9EDC.svg?style=flat&logo=Pytest&logoColor=white)](https://github.com/aviksaikat/nipe_py/actions/workflows/tests.yml/badge.svg) + +[![PyPI version](https://img.shields.io/pypi/v/nipe_py.svg)](https://pypi.org/project/nipe_py) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nipe_py)](https://pypi.org/project/nipe_py/) [![GitHub license](https://img.shields.io/github/license/aviksaikat/nipe_py?style=flat&color=1573D5)](https://github.com/aviksaikat/nipe_py/blob/main/LICENSE) + +
+ --- **Documentation**: https://aviksaikat.github.io/nipe_py/ diff --git a/docs/assets/banner.png b/docs/assets/banner.png new file mode 100644 index 0000000..8223044 Binary files /dev/null and b/docs/assets/banner.png differ diff --git a/docs/assets/demo.gif b/docs/assets/demo.gif new file mode 100644 index 0000000..abf549f Binary files /dev/null and b/docs/assets/demo.gif differ diff --git a/docs/index.md b/docs/index.md index ffd2106..2f544b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,10 +4,17 @@

+
+[![Python](https://img.shields.io/badge/Python-3776AB.svg?style=flat&logo=Python&logoColor=white)](https://www.python.org/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![GitHub Actions](https://img.shields.io/badge/GitHub%20Actions-2088FF.svg?style=flat&logo=GitHub-Actions&logoColor=white)](https://github.com/features/actions) [![Pytest](https://img.shields.io/badge/Pytest-0A9EDC.svg?style=flat&logo=Pytest&logoColor=white)](https://github.com/aviksaikat/nipe_py/actions/workflows/tests.yml/badge.svg) -[![PyPI version](https://badge.fury.io/py/nipe_py.svg)](https://badge.fury.io/py/nipe_py) + + +[![PyPI version](https://img.shields.io/pypi/v/nipe_py.svg)](https://pypi.org/project/nipe_py) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nipe_py)](https://pypi.org/project/nipe_py/) [![GitHub license](https://img.shields.io/github/license/aviksaikat/nipe_py?style=flat&color=1573D5)](https://github.com/aviksaikat/nipe_py/blob/main/LICENSE) + +
--- **Documentation**: https://aviksaikat.github.io/nipe_py/ diff --git a/mkdocs.yml b/mkdocs.yml index dcd52d3..cf3b27b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,7 +56,7 @@ plugins: watch: - docs - - nipe_py + - src/nipe_py nav: - About: index.md diff --git a/src/nipe_py/__init__.py b/src/nipe_py/__init__.py index 1673641..133a091 100644 --- a/src/nipe_py/__init__.py +++ b/src/nipe_py/__init__.py @@ -9,4 +9,4 @@ __all__ = ["Device", "Install", "Status", "Restart", "Start", "Stop"] -__version__ = "0.0.2" +__version__ = "0.0.3"