Skip to content

Commit

Permalink
use build package instead of invoking setup.py which is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jan 20, 2025
1 parent dd96f08 commit c72c439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit c72c439

Please sign in to comment.