diff --git a/README.md b/README.md index 6c2fd2e..55f3691 100644 --- a/README.md +++ b/README.md @@ -183,10 +183,10 @@ vi setup.py # update dbt-core dependency if appropriate rm -rf dist/ build/ *.egg-info # make sure tools are up to date -python -m pip install --upgrade setuptools wheel twine +python -m pip install --upgrade build setuptools wheel twine # build -python setup.py sdist bdist_wheel +python -m build # upload to PyPI python -m twine upload dist/*