Skip to content

Commit 5e882ab

Browse files
committed
cleanup more
1 parent 13dd922 commit 5e882ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,7 @@ rm -rf dist
540540
uv run semantic-release version --patch|--minor|--major
541541
542542
# this 'release' script now has pushing built modules to pypi only.
543-
./release.sh # release
544-
545-
# input the same version
543+
./release.sh # and type the target version.
546544
```
547545
548546
If the `pypi` was not able to publish with user name and password, please try out `-u` and `-p` option by yourself with `twine` such as `twine upload -u <name> -p <pass> dist/Appium-Python-Client-4.1.0.tar.gz`.

0 commit comments

Comments
 (0)