File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 python3 -m build
2222
2323
24- - name : Publish to TestPyPI
24+ - name : Publish to PyPI
2525 uses : pypa/gh-action-pypi-publish@release/v1
2626 with :
2727 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 11# SQLInspector Middleware for Django
22
3- [ ![ Version] ( https://img.shields.io/badge/version-0.5 -brightgreen )] ( https://pypi.org/project/sqlinspector/ )
3+ [ ![ Version] ( https://img.shields.io/badge/version-1.0.1 -brightgreen )] ( https://pypi.org/project/sqlinspector/ )
44
55## Description
66
@@ -28,7 +28,7 @@ SQLInspector acts as a valuable tool for developers aiming to ensure the optimal
2828To install the SQLInspector middleware via pip, use:
2929
3030``` bash
31- pip install -i https://test.pypi.org/simple/ sql-inspector
31+ pip install sql-inspector
3232```
3333
3434## How to Use
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sql-inspector"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " A django middleware package to print out queries in the terminal"
99license = { text = " MIT" }
1010authors = [
You can’t perform that action at this time.
0 commit comments