Skip to content

Commit ad55a1f

Browse files
Update release.yml for Azure Pipelines
disable pypi republish for 4.8
1 parent 42e6cbc commit ad55a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ stages:
309309
packagesToPush: $(Agent.TempDirectory)/*.nupkg
310310

311311
- job: PyPIPublish
312+
condition: eq(0,1)
312313
displayName: "Publish to PyPI"
313314
pool:
314315
vmImage: "ubuntu-16.04"

0 commit comments

Comments
 (0)