Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,22 +532,17 @@ Follow the below steps.
Set `GH_TOKEN` env var to update the GitHub contents.

```bash
# Used to publish the package to pypi
uv pip install twine

rm -rf dist
# bumping the version, building a package and creating a tag.
uv run semantic-release version --patch|--minor|--major

# this 'release' script now has pushing built modules to pypi only.
./release.sh # and type the target version.
# To publish the version's module to pypi
UV_PUBLISH_TOKEN=<token to publish via pypi> uv publish

# to push built modules in 'dist' directory to the GH release page.
# To push built modules in 'dist' directory to the GH release page.
uv run semantic-release publish
```

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`.

## License

Apache License v2
9 changes: 0 additions & 9 deletions release.sh

This file was deleted.

84 changes: 0 additions & 84 deletions script/release.py

This file was deleted.