File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,14 @@ trigger:
88
99pool :
1010 vmImage : ubuntu-latest
11-
11+ resources :
12+ repositories :
13+ - repository : templates
14+ type : github
15+ name : CroudTech/devops-azure-pipelines-step-templates
16+ ref : master
17+ endpoint : CroudTech
18+ - repository : self
1219variables :
1320 - group : " package_managers"
1421 - name : python_version
5158 pip install -r requirements.dev.txt
5259 python -m build
5360 python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token)
61+ - job : GithubRelease
62+ dependsOn : CreateChangeSet
63+ displayName : GithubRelease
64+ steps :
65+ - template : release/github-release.yaml@templates
66+ parameters :
67+ semVer : $(semVer)
68+ github_access_token : $(github_access_token)
69+ github_org : CroudTech
70+ github_repo : croudtech-python-bootstrap-app
71+
You can’t perform that action at this time.
0 commit comments