Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 21, 2024
1 parent e722dc7 commit 302ebff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ stages:
jobs:

- job: GitHubPublish
condition: eq(1,1)
condition: eq(1,0)
displayName: "Publish to GitHub"
pool:
vmImage: "windows-latest"
Expand Down Expand Up @@ -583,7 +583,7 @@ stages:

# Enable on release:
- job: PyPIPublish
condition: eq(1,1)
condition: eq(1,0)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"
Expand Down

0 comments on commit 302ebff

Please sign in to comment.