Skip to content

Commit bde0e34

Browse files
committed
Merge branch 'main' into dbt-1-6-0-compat-2
2 parents 403e3f8 + c72c439 commit bde0e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ vi setup.py # update dbt-core dependency if appropriate
184184
rm -rf dist/ build/ *.egg-info
185185
186186
# make sure tools are up to date
187-
python -m pip install --upgrade setuptools wheel twine
187+
python -m pip install --upgrade build setuptools wheel twine
188188
189189
# build
190-
python setup.py sdist bdist_wheel
190+
python -m build
191191
192192
# upload to PyPI
193193
python -m twine upload dist/*

0 commit comments

Comments
 (0)