@dmarcoux/grcheck
GitHub Release Checker
- Install pyenv:
pacaur -S pyenv
(This is on Arch Linux. Others, refer to pyenv's README) - Install Python:
pyenv install $(cat .python-version)
- Install pipenv:
pip install pipenv
- Install all dependencies of the project (including dev):
pipenv install --dev
- Copy
.env.example
as.env
- Work in the virtual environment:
pipenv shell
- Increment version in
__version__.py
- Upload package with
python setup.py upload