Skip to content

Commit 0b85cee

Browse files
committed
[py] Update latest index for new Nightly upload
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent a14b659 commit 0b85cee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py/release-selenium.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
import sys
2020
from twine import cli
21+
from pip._vendor.distlib.version import Version
22+
23+
class CustomVersion(Version):
24+
@property
25+
def is_prerelease(self):
26+
return False
2127

2228
def main():
2329
cli.configure_output()

0 commit comments

Comments
 (0)