Skip to content

Commit

Permalink
chore: Improve build process efficiency
Browse files Browse the repository at this point in the history
- Update `Makefile` to remove the `dist` directory in the `publish` target
- Improved build process efficiency
- Fixed potential issue with `dist` directory not being properly cleaned up in the publish target
  • Loading branch information
johnnyhuy committed Apr 17, 2024
1 parent e22d7e7 commit 64eaed0
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 @@ -49,6 +49,7 @@ gh-bump:
gh workflow run version.yaml

publish: build
rm -rdf dist
ifdef DRY_RUN
$(VENV) python -m twine upload --repository testpypi dist/*
else
Expand Down

0 comments on commit 64eaed0

Please sign in to comment.