File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish to PyPI
22
33on :
4- release :
5- types : [published]
6- workflow_dispatch :
74 push :
85 branches :
96 - main
7+ tags :
8+ - ' v*'
109 pull_request :
1110 branches :
1211 - main
9897 cp dist/*/*.whl final_dist/
9998
10099 - name : Publish to PyPI
101- if : github.event_name == 'release'
100+ if : startsWith( github.ref, 'refs/tags/v')
102101 env :
103102 TWINE_USERNAME : __token__
104103 TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " webview_python"
7- version = " 1.1.2 "
7+ version = " 1.1.3 "
88description = " Python bindings for the webview library, which completely follow deno_webview design and principles"
99readme = " README.md"
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments