Skip to content

Commit d99f699

Browse files
committed
docs: add one more step
1 parent 840e958 commit d99f699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ uv run semantic-release version --patch|--minor|--major
541541
542542
# this 'release' script now has pushing built modules to pypi only.
543543
./release.sh # and type the target version.
544+
545+
# to push built modules in 'dist' directory to the GH release page.
546+
uv run semantic-release publish
544547
```
545548
546549
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)