Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 304 Bytes

BUILD.md

File metadata and controls

18 lines (14 loc) · 304 Bytes

Release Build

  1. Run all PyTest test cases
  2. Update the version number
  3. Build source and wheels packages
  4. Upload to PyPi via Twine
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
$ pip install tweetscrape --upgrade

Edit Mode Install

$ pip install -e .