Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Feb 16, 2024
1 parent 6646e51 commit b5776fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ clean:
build:
python setup.py sdist bdist_wheel

release-pypi: clean readme build
release: clean readme build
python -m twine upload -u __token__ dist/*

mkdocs-local:
Expand Down

0 comments on commit b5776fc

Please sign in to comment.