Skip to content

Commit

Permalink
Use poetry build (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetzold authored Dec 28, 2024
1 parent 0804824 commit cec5b22
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.PHONY: build
build:
python3 setup.py bdist_wheel
poetry build

.PHONY: release
release: build
python3 -m twine upload --repository aws-log-parser dist/*.whl
python3 -m twine upload --repository pypi dist/*.whl
rm -f dist/*
Loading

0 comments on commit cec5b22

Please sign in to comment.