Skip to content

Commit

Permalink
include deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kotzur committed Aug 25, 2023
1 parent 3714acf commit a86c4cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Makefile
@@ -0,0 +1,14 @@
test:
pytest

sdist :
python setup.py sdist

upload:
twine upload dist/*

clean:
rm dist/*

dist: sdist upload clean

5 changes: 4 additions & 1 deletion requirements_dev.txt
Expand Up @@ -6,4 +6,7 @@ sphinx

# Documentation
sphinx-autobuild
sphinx_book_theme
sphinx_book_theme

# Packaging
twine

0 comments on commit a86c4cd

Please sign in to comment.