Skip to content

Commit 45a0afb

Browse files
committed
publish version 0.1.0
1 parent 24a7788 commit 45a0afb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,11 @@ Make this the environment variable `DB_URL`, or add it to the `.env` file
151151

152152
Check out the original readme for rationale and how-to documentation
153153

154-
154+
## Publishing
155+
156+
- bump the version number in `pyproject.toml`
157+
- tag a release on github
158+
- `uv build`
159+
- `uv publish`
160+
- username: __token__
161+
- token: (get it from pypi)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbsamizdapper"
3-
version = "0.0.6"
3+
version = "0.1.0"
44
description = ""
55
authors = [{name = "Josh Brooks", email = "josh@catalpa.io"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)