Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
disable pypi republish for 4.8
  • Loading branch information
NikolajBjorner committed May 8, 2020
1 parent 42e6cbc commit ad55a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ stages:
packagesToPush: $(Agent.TempDirectory)/*.nupkg

- job: PyPIPublish
condition: eq(0,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-16.04"
Expand Down

0 comments on commit ad55a1f

Please sign in to comment.