Skip to content

Commit

Permalink
enable publish
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 18, 2021
1 parent 41a5b93 commit feadfbf
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 @@ -309,7 +309,7 @@ stages:
jobs:

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

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

0 comments on commit feadfbf

Please sign in to comment.