Skip to content

Instantly share code, notes, and snippets.

@JayH5
Created January 28, 2019 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayH5/197f06e47d70319ef461ed9b98dfdd7a to your computer and use it in GitHub Desktop.
Save JayH5/197f06e47d70319ef461ed9b98dfdd7a to your computer and use it in GitHub Desktop.
Example release stage
jobs:
include:
- python: '3.7'
- python: '3.6'
- python: '3.5'
- stage: release
if: tag IS present
deploy:
provider: pypi
user: praekelt.org
password:
secure: <encrypted password>
distributions: sdist bdist_wheel
on:
tags: true
install: skip
script: skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment