Skip to content

Commit

Permalink
remove clean
Browse files Browse the repository at this point in the history
  • Loading branch information
david26694 committed Jan 12, 2024
1 parent b0f500b commit 6e98fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ prep-dist: clean
python setup.py sdist
python setup.py bdist_wheel --universal

pypi: clean prep-dist
pypi: prep-dist
twine upload dist/*

pypi-gh-actions: clean prep-dist
pypi-gh-actions: prep-dist
twine upload --skip-existing dist/*

# Report log
Expand Down

0 comments on commit 6e98fb8

Please sign in to comment.