Abstraction to make sources easier to write
pip install segment_source_resource
pyenv virtualenv 3.5.2 python-source-resource
. /Users/ivolo/.pyenv/versions/python-source-resource/bin/activate
pip3 install -e .
make test
- Ensure your .pypirc looks like the following:
[distutils]
index-servers =
pypi
[pypi]
repository=https://pypi.python.org/pypi
username=segment
password=...
The password is in meldium.
- Update "version" in setup.py
- Tag and push tags.
- To release to pypi:
make dist