Skip to content

Commit f4452a0

Browse files
pypi publish
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 3df7299 commit f4452a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ stages:
602602

603603
# Enable on release:
604604
- job: PyPIPublish
605-
condition: eq(1,0)
605+
condition: eq(1,1)
606606
displayName: "Publish to PyPI"
607607
pool:
608608
vmImage: "ubuntu-latest"

src/ast/ast.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parameter::parameter(parameter const& other) : m_val(other.m_val) {
5858
}
5959

6060
void parameter::init_eh(ast_manager & m) {
61-
if (is_ast()) {
61+
if (is_ast()) { x
6262
m.inc_ref(get_ast());
6363
}
6464
}

0 commit comments

Comments
 (0)