breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
50 stars 16 forks source link

publish other channels as prereleases #43

Closed DetachHead closed 2 days ago

DetachHead commented 1 week ago

fixes #42

as far as i'm aware to publish a prerelease the version number needs to match this format, so i had to give each channel a pypi-compatible suffix:

chromedriver channel pypi channel
Beta "b"
Dev "a"
Canary ".dev"
DetachHead commented 1 week ago

tested here: https://test.pypi.org/project/chromedriver-py/#history

breuerfelix commented 2 days ago

Thank you very much for this PR! Looking really great, no comments on that :) Pretty rare seeing random people on GitHub creating PRs in this quality. The way you implemented your idea is perfect!

Much appreciation :)

breuerfelix commented 2 days ago

works like a charm! image