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
Built Distributions
Hashes for python_travis_deploy-1.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ad6cf92f0c56df78bfdc2fe511d42a7cf1bc048e9636216263f78494a803c0 |
|
MD5 | 2dd80f397c962ef3df8d1cb969f0b06d |
|
BLAKE2b-256 | 92d2851a6dacb7f5fcba38b60b3c56d01d27534b1a62d48597748345f5f44b0f |
Hashes for python_travis_deploy-1.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 642cdcebf64414caacad7bd61790cf294e2e3d8d5da6f12921165c50dd727758 |
|
MD5 | c8648c4f4607634724a2ad077162627d |
|
BLAKE2b-256 | 3fd9e10e03fcd88ad25bff9977d1877d8f7208c7b7c38f7fd21a328f5e5112a5 |
Hashes for python_travis_deploy-1.5.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | deba70bab661ca812b0899f76aec7c6b15e70fc276af63ff3f5f9504d22fd6cc |
|
MD5 | 4e08e95c2bb845f09f475fffaca1b8a8 |
|
BLAKE2b-256 | cf00ab04f66f199d2deb851178a2c84f708a7825bf76357d585fee5ddbcbc8f2 |