mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Create releases on GitHub automatically from tags (fixes #1038)
This commit is contained in:
parent
5b5df15eb7
commit
afd0840836
1 changed files with 7 additions and 0 deletions
|
@ -8,3 +8,10 @@ env:
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key:
|
||||||
|
secure: FLWevL09KYp7V1SjJUNEdWzuomuocXwNvPr1DSAFH7mmrjKTtjzwrjINAthSqzjlDrs5B//P47l1VLyHp5byEzy673W+bOmEg8swmqc7E9FrHLRyEByd/yca3DzkZgXEXgGdY/cl7tHhM4V2fYKEgAIWbFV+takmTFMK4WkEtNg=
|
||||||
|
on:
|
||||||
|
repo: pyenv/pyenv
|
||||||
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue