Skip to content

Instantly share code, notes, and snippets.

View nicodv's full-sized avatar
🦊

Nico de Vos nicodv

🦊
  • Salesforce
  • United States
View GitHub Profile
@nicodv
nicodv / pip_steps.md
Last active May 9, 2019 19:30
pip package upload checklist

Prerequisites

  • Be inside the relevant virtualenv
  • virtualenv has the latest pip, setuptools, twine and wheel packages installed
  • Be inside the root of the relevant package
  • Have a .pypirc file in ~ (your home folder) that looks like:
    [distutils]
    index-servers = pypi
    [pypi]
 username = myuser