Skip to content

Commit

Permalink
More make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 28, 2022
1 parent 1cde6f3 commit e3a3d9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@ bash:
prepare-required-files:
mkdir -p examples/logs examples/db examples/media examples/media/static examples/media/fobi_plugins/content_image
mkdir -p examples/media/fobi_plugins/file

release:
python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/* --verbose

0 comments on commit e3a3d9b

Please sign in to comment.