Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 603 Bytes

developper_notes.md

File metadata and controls

35 lines (29 loc) · 603 Bytes

Developer Notes

Release Steps

--- Main Steps (create a package and uploat to pypi):

change VERSION in setup.py

python setup.py sdist
twine upload dist/*

--- Detailed steps

Go to folder

cd path/to/welib

Create a source distribution

python setup.py sdist
Install twine
```bash
pip install twine

Run twine to upload to Pypi (will ask for username and password)

twine upload dist/*

After clone / first time

Add .gitconfig to your path, to apply filters on jupyter notebooks

git config --local include.path ../.gitconfig