diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34489fa..d61db96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: python3 -m build - - name: Publish to TestPyPI + - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index af27ed7..0b636fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SQLInspector Middleware for Django -[![Version](https://img.shields.io/badge/version-0.5-brightgreen)](https://pypi.org/project/sqlinspector/) +[![Version](https://img.shields.io/badge/version-1.0.1-brightgreen)](https://pypi.org/project/sqlinspector/) ## Description @@ -28,7 +28,7 @@ SQLInspector acts as a valuable tool for developers aiming to ensure the optimal To install the SQLInspector middleware via pip, use: ```bash -pip install -i https://test.pypi.org/simple/ sql-inspector +pip install sql-inspector ``` ## How to Use diff --git a/pyproject.toml b/pyproject.toml index 32a47af..7ac9d64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sql-inspector" -version = "1.0.0" +version = "1.0.1" description = "A django middleware package to print out queries in the terminal" license = { text = "MIT" } authors = [