Skip to content

Commit

Permalink
Clean up dist/ before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Ernst committed Jun 17, 2024
1 parent 2beb53b commit aac0555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ test : venv
release :
@which $(PYTHON) || echo 'No executable called "python". Run with "PYTHON=your-python"'
[[ -d venv.release ]] && rm -rf venv.release || true
[[ -d dist ]] && rm -rf dist || true
$(PYTHON) -mvenv venv.release
venv.release/bin/pip install twine
venv.release/bin/pip install --upgrade build
Expand Down

0 comments on commit aac0555

Please sign in to comment.