Skip to content

Commit

Permalink
Refactor release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 4, 2023
1 parent 2684534 commit b40a4b7
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 @@ -63,10 +63,10 @@ servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

release: dist ## package and upload a release
twine upload dist/*
poetry publish

dist: clean ## builds source and wheel package
python -m build .
poetry build
ls -l dist

install: clean ## install the package to the active Python's site-packages
Expand Down

0 comments on commit b40a4b7

Please sign in to comment.