We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd96f08 commit c72c439Copy full SHA for c72c439
README.md
@@ -183,10 +183,10 @@ vi setup.py # update dbt-core dependency if appropriate
183
rm -rf dist/ build/ *.egg-info
184
185
# make sure tools are up to date
186
-python -m pip install --upgrade setuptools wheel twine
+python -m pip install --upgrade build setuptools wheel twine
187
188
# build
189
-python setup.py sdist bdist_wheel
+python -m build
190
191
# upload to PyPI
192
python -m twine upload dist/*
0 commit comments