Skip to content

Commit 302ebff

Browse files
prepare for release
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent e722dc7 commit 302ebff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ stages:
485485
jobs:
486486

487487
- job: GitHubPublish
488-
condition: eq(1,1)
488+
condition: eq(1,0)
489489
displayName: "Publish to GitHub"
490490
pool:
491491
vmImage: "windows-latest"
@@ -583,7 +583,7 @@ stages:
583583

584584
# Enable on release:
585585
- job: PyPIPublish
586-
condition: eq(1,1)
586+
condition: eq(1,0)
587587
displayName: "Publish to PyPI"
588588
pool:
589589
vmImage: "ubuntu-latest"

0 commit comments

Comments
 (0)