Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

CI Notes

Josh Hadley edited this page Feb 23, 2021 · 2 revisions

What happens when I...

Merges to master and tags (releases) will have the above run as well. Additionally, tags will trigger the creation of distributable Python wheels which will be uploaded to PyPI (for use in pip).

NOTE: For any of these events, CI actions can be skipped by including [skip ci] in your commit message/Pull Request title. Individual services can be skipped by including [skip service-name], i.e. [skip travis], [skip appveyor], [skip github]. [skip whatever] should generally be used when there are minor/inconsequential or non-code changes, such as to documentation. If in doubt, don't skip.

N.B.: don't use [skip ci] on the commit to be tagged with the release (usually the NEWS.md update just prior to release), because it will prevent the release build actions from running.

Clone this wiki locally