This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients dstufft, eric.araujo
Date 2014-03-25.08:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395737197.75.0.193444855893.issue21060@psf.upfronthosting.co.za>
In-reply-to
Content
From http://jamie.curle.io/blog/my-first-experience-adding-package-pypi/ :

    python setup.py upload
    running upload
    error: no dist file created in earlier command

  I thought I was going mad because I could see the dist file, it was right there in all of [its] tar and gzipped glory.

“earlier command” is misleading, as the dist file must be created by the same command line that calls upload (for now at least; see #12944).  The error message should be clearer, and if the doc doesn’t explain how this works, it should be improved too.
History
Date User Action Args
2014-03-25 08:46:37eric.araujosetrecipients: + eric.araujo, dstufft
2014-03-25 08:46:37eric.araujosetmessageid: <1395737197.75.0.193444855893.issue21060@psf.upfronthosting.co.za>
2014-03-25 08:46:37eric.araujolinkissue21060 messages
2014-03-25 08:46:37eric.araujocreate