Skip to content

Commit

Permalink
add developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Laszlo Treszkai committed Jun 18, 2021
1 parent 312353a commit 4a3a86b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add __version__
13 changes: 13 additions & 0 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
https://packaging.python.org/tutorials/packaging-projects/

rm best/*.egg_info
rm dist/*

pip install --upgrade build
python3 -m build
# a .whl and a .tar.gz in the /dist directory
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*
#python3 -m twine upload dist/*
pip install --index-url https://test.pypi.org/simple/ --no-deps best
#pip install best

0 comments on commit 4a3a86b

Please sign in to comment.