We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 403e3f8 + c72c439 commit bde0e34Copy full SHA for bde0e34
1 file changed
README.md
@@ -184,10 +184,10 @@ vi setup.py # update dbt-core dependency if appropriate
184
rm -rf dist/ build/ *.egg-info
185
186
# make sure tools are up to date
187
-python -m pip install --upgrade setuptools wheel twine
+python -m pip install --upgrade build setuptools wheel twine
188
189
# build
190
-python setup.py sdist bdist_wheel
+python -m build
191
192
# upload to PyPI
193
python -m twine upload dist/*
0 commit comments