Skip to content

Commit

Permalink
Clean dist before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Mar 18, 2024
1 parent 0378f16 commit fdf39b6
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 @@ -9,5 +9,5 @@ lint:
build: lint
python setup.py sdist bdist_wheel

deploy: build
deploy: clean build
twine upload -r pypi dist/*

0 comments on commit fdf39b6

Please sign in to comment.