Skip to content

Commit

Permalink
dont clean on dist
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 20, 2023
1 parent b67757a commit e74e902
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 @@ -20,7 +20,7 @@ dist:
python setup.py sdist bdist_wheel
python -m twine check dist/*

upload: clean dist
upload: dist
python -m twine upload dist/* --skip-existing

docs:
Expand Down

0 comments on commit e74e902

Please sign in to comment.