We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d4b04 commit 7ef0b71Copy full SHA for 7ef0b71
script/release.py
@@ -71,7 +71,7 @@ def tag_and_generate_changelog(new_version_num):
71
72
73
def upload_sdist(new_version_num):
74
- wheel_file = 'dist/appium_python_client-{}3-py3-none-any.whl'.format(new_version_num)
+ wheel_file = 'dist/appium_python_client-{}-py3-none-any.whl'.format(new_version_num)
75
push_file = 'dist/appium_python_client-{}.tar.gz'.format(new_version_num)
76
try:
77
call_bash_script(f"uv run twine upload '{wheel_file}' '{push_file}'")
setup.py
@@ -30,7 +30,6 @@
30
31
from appium.common.helper import library_version
32
33
-
34
setup(
35
name=project["name"],
36
version=library_version(),
0 commit comments