Skip to content

Commit b9c19d1

Browse files
release: bug fixes
1 parent 1bfe8dc commit b9c19d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
2828
To 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sql-inspector"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "A django middleware package to print out queries in the terminal"
99
license = { text = "MIT" }
1010
authors = [

0 commit comments

Comments
 (0)