Skip to content

Commit 7ef0b71

Browse files
committed
remove a new line
1 parent 98d4b04 commit 7ef0b71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

script/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def tag_and_generate_changelog(new_version_num):
7171

7272

7373
def upload_sdist(new_version_num):
74-
wheel_file = 'dist/appium_python_client-{}3-py3-none-any.whl'.format(new_version_num)
74+
wheel_file = 'dist/appium_python_client-{}-py3-none-any.whl'.format(new_version_num)
7575
push_file = 'dist/appium_python_client-{}.tar.gz'.format(new_version_num)
7676
try:
7777
call_bash_script(f"uv run twine upload '{wheel_file}' '{push_file}'")

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
from appium.common.helper import library_version
3232

33-
3433
setup(
3534
name=project["name"],
3635
version=library_version(),

0 commit comments

Comments
 (0)