Skip to content

Commit

Permalink
Don't mark dev-wheel as latest release (openxla#2353)
Browse files Browse the repository at this point in the history
Dev wheels should not be marked as latest release, v1.0 should show up
as the latest public release.
  • Loading branch information
GleasonK authored May 17, 2024
1 parent 3dce5fd commit 8798070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishWheelRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ jobs:
removeArtifacts: false
allowUpdates: true
replacesArtifacts: true
makeLatest: true
makeLatest: false

0 comments on commit 8798070

Please sign in to comment.