Skip to content

Commit

Permalink
remove duplicated github release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 9, 2019
1 parent 3b7a0f8 commit 8224a90
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,3 @@ jobs:

- script: twine upload dist/* -r 'Python Package Index (PyPi)' -u $(TWINE_USERNAME) -p $(TWINE_PASSWORD)
displayName: "Upload to PyPi"

- task: GitHubRelease@0
inputs:
gitHubConnection: 'Azure DevOps'
repositoryName: 'isogeo/isogeo-api-py-minsdk'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'auto'

0 comments on commit 8224a90

Please sign in to comment.