Skip to content

Commit

Permalink
set torch-mlir builds as prerelease so they're shuffled below pi rele…
Browse files Browse the repository at this point in the history
…ases on the releases page
  • Loading branch information
makslevental committed Jun 18, 2023
1 parent 8d74aa2 commit 3c0ca00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_torch_mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:
name: "${{ steps.setup_release.outputs.release_title }}"
removeArtifacts: false
allowUpdates: true
prerelease: true
replacesArtifacts: true

- name: Update latest release
Expand All @@ -258,4 +259,5 @@ jobs:
name: "torch-mlir-latest"
removeArtifacts: true
allowUpdates: true
prerelease: true
replacesArtifacts: true

0 comments on commit 3c0ca00

Please sign in to comment.