Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Travis.CI's auto release deployment fails #148

Open christoffkok opened 8 years ago

christoffkok commented 8 years ago

Background

On creating a releasing 0.3.2, Travis.CI failed and the deploy step after its build process. I had to manually create a PyPi release.

Purpose

The purpose of this issue is to fix the Travis.CI release deploy error so that our releases are automatically deployed to PyPi again.

christoffkok commented 8 years ago

I get the following error in Travis.CI: "Uploading distributions to https://pypi.python.org/pypi ValueError: Unknown distribution format: 'auxi-0.3.3' " Should the distribution format not be auxi-0.3.3.tar.gz?