c-w / gutenberg

A simple interface to the Project Gutenberg corpus.
Apache License 2.0
320 stars 60 forks source link

Fix multiple deploys to PyPI #126

Closed c-w closed 5 years ago

c-w commented 5 years ago

When releasing a new version, the current Travis configuration attempts to deploy the code to PyPI for every Python version. PyPI releases are now immutable so the build's behavior causes errors (see sample build. Gating the PyPI upload to a single Python version fixes this behavior.