You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,9 @@ uv run semantic-release version --patch|--minor|--major
541
541
542
542
# this 'release' script now has pushing built modules to pypi only.
543
543
./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
544
547
```
545
548
546
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`.
0 commit comments