Skip to content

Commit

Permalink
[py] Update latest index for new Nightly upload
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Nov 10, 2024
1 parent a14b659 commit 0b85cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py/release-selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@

import sys
from twine import cli
from pip._vendor.distlib.version import Version

class CustomVersion(Version):
@property
def is_prerelease(self):
return False

def main():
cli.configure_output()
Expand Down

0 comments on commit 0b85cee

Please sign in to comment.