Guest User

Untitled

a guest
Jan 29th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @@ -17,3 +17,18 @@
  2. - python: '3.7'
  3. - python: '3.6'
  4. - python: '3.5'
  5. +
  6. + - stage: release
  7. + if: tag IS present
  8. + deploy:
  9. + provider: pypi
  10. + user: praekelt.org
  11. + password:
  12. + secure: <encrypted password>
  13. + distributions: sdist bdist_wheel
  14. + on:
  15. + tags: true
  16. +
  17. + install: skip
  18. + script: skip
  19. + after_success: skip
Add Comment
Please, Sign In to add comment