Skip to content

Commit a6238e2

Browse files
authored
chore: stop using existing release script (#1166)
1 parent d99f699 commit a6238e2

File tree

3 files changed

+3
-101
lines changed

3 files changed

+3
-101
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,22 +532,17 @@ Follow the below steps.
532532
Set `GH_TOKEN` env var to update the GitHub contents.
533533
534534
```bash
535-
# Used to publish the package to pypi
536-
uv pip install twine
537-
538535
rm -rf dist
539536
# bumping the version, building a package and creating a tag.
540537
uv run semantic-release version --patch|--minor|--major
541538
542-
# this 'release' script now has pushing built modules to pypi only.
543-
./release.sh # and type the target version.
539+
# To publish the version's module to pypi
540+
UV_PUBLISH_TOKEN=<token to publish via pypi> uv publish
544541
545-
# to push built modules in 'dist' directory to the GH release page.
542+
# To push built modules in 'dist' directory to the GH release page.
546543
uv run semantic-release publish
547544
```
548545
549-
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`.
550-
551546
## License
552547
553548
Apache License v2

release.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

script/release.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)