Skip to content

Commit

Permalink
Modify build pipeline to produce sdists as well as wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ttochev committed Jan 15, 2025
1 parent b18bcef commit ec2b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install: deps

build: clean deps
@# `make build` allows us to be be sure tests are run against the packaged version
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
find dist -name "*.whl" -exec pip install --upgrade {}[dev] \;

check-syntax-errors:
Expand Down

0 comments on commit ec2b196

Please sign in to comment.