From d80e45b35ac165aafca60ee4e623d245dcef3033 Mon Sep 17 00:00:00 2001 From: Provost Simon Date: Tue, 31 Dec 2024 00:54:34 +0100 Subject: [PATCH] docs: update readme [cd build] --- .github/workflows/publish-pypi.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yaml b/.github/workflows/publish-pypi.yaml index 4997917..cb3b065 100644 --- a/.github/workflows/publish-pypi.yaml +++ b/.github/workflows/publish-pypi.yaml @@ -46,7 +46,7 @@ jobs: uv run pytest -sv tests/unit pypi-publish: - name: ☁️ upload release to TestPyPI + name: ☁️ upload release to PyPI runs-on: ubuntu-latest needs: [ check_build_trigger, unit_testing ] if: | diff --git a/README.md b/README.md index 5707eb5..8ed8329 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ - **Documentation**: For a deep dive into `Auto-Sklong`, check out our [official docs](https://simonprovost.github.io/Auto-Sklong/). -- **PyPi**: The library is published on [PyPi here](https://pypi.org/project/Auto-Sklong/). +- **PyPi**: The library's latest version is published on [PyPi here](https://pypi.org/project/Auto-Sklong/). ## 💡 About The Project