Skip to content

Commit

Permalink
Merge branch 'main' into dbt-1-6-0-compat-2
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jan 20, 2025
2 parents 403e3f8 + c72c439 commit bde0e34
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 @@ -184,10 +184,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 bde0e34

Please sign in to comment.