Skip to content

Commit e8f627c

Browse files
disable pypi publishing
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent d37336e commit e8f627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ stages:
608608

609609
# Enable on release:
610610
- job: PyPIPublish
611-
condition: eq(1,1)
611+
condition: eq(0,1)
612612
displayName: "Publish to PyPI"
613613
pool:
614614
vmImage: "ubuntu-latest"

0 commit comments

Comments
 (0)