Skip to main content

A test project for deploying to PyPI from Travis

Project description

A test project for deploying to PyPI from Travis

Deployment Strategy

  • Any user can create a new branch and commits that puts the package into a deployable state. (Updating changelog, putting release date, etc) The branch must be named release-x.x.x to trigger integration tests

  • User creates a Pull Request to the repo as normal.

  • Travis runs unit tests as normal.

  • Travis runs integration tests due to the release-x.x.x branch name.

  • Once merged any maintainer can tag the squashed commit and push tags to GitHub.

  • Travis will build and deploy the tagged commit and upload to PyPI.

  • Travis will prepare a GitHub release draft for the tag.

  • Once you’re satisfied with the release content (ie changelog entry info) you can publish the release.

Configuration Options

  • If your deployment uses universal wheels you can consolidate the two PyPI deployments into one and build both within _travis/deploy.sh.

  • If you’re not a fan of GitHub releases you can remove that section within deploy: in .travis.yml.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_travis_deploy-1.5.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distributions

python_travis_deploy-1.5.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

python_travis_deploy-1.5.0-py2-none-any.whl (6.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page