sashahart / vex

Run a command in the named virtualenv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release on pip has crappy files in it

danmilon opened this issue · comments

$ sudo pip install vex
Downloading/unpacking vex
  Downloading vex-0.0.9-py2.py3-none-any.whl (46kB): 46kB downloaded
Requirement already satisfied (use --upgrade to upgrade): virtualenv in ./venv/lib/python3.4/site-packages (from vex)
Installing collected packages: vex
*** Error compiling '/[...]/venv/build/vex/vex/main.py.BACKUP.10637.py'...
  File "/[...]/venv/build/vex/vex/main.py.BACKUP.10637.py", line 9
    <<<<<<< HEAD
     ^
SyntaxError: invalid syntax

Successfully installed vex

I wasn't removing build/ and dist/ after PyPI uploads. Forced a new 0.0.9 without this and also a 0.0.10 (same code) in case the old version is hanging around in caches/CDNs

great, thanks!