Skip to content

Commit ca576b4

Browse files
committed
update readme: don't need a venv to build and publish
1 parent 8f0e087 commit ca576b4

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,21 +176,14 @@ or find a python distribution for Mac OS with this support.
176176
Because I forget...
177177

178178
```
179-
# create venv if it doesn't yet exist
180-
uv venv dbt-sqlite-build
181-
182-
# activate venv
183-
source dbt-sqlite-build/bin/activate
184-
185-
vi dbt/adapters/sqlite/__version__.py # update version
186-
vi setup.py # update dbt-core dependency if appropriate
179+
# update version
180+
vi dbt/adapters/sqlite/__version__.py
181+
# update dbt-core dependency if appropriate
182+
vi setup.py
187183
188184
# start clean
189185
rm -rf dist/ build/ *.egg-info
190186
191-
# make sure tools are up to date
192-
uv pip install --upgrade build setuptools wheel twine
193-
194187
# build
195188
uv build
196189

0 commit comments

Comments
 (0)