We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97d6b8 commit d19ef04Copy full SHA for d19ef04
.github/workflows/publish.yml
@@ -73,7 +73,7 @@ jobs:
73
python-version: "3.x"
74
75
- name: Download all artifacts
76
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.2.1
77
with:
78
path: dist
79
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "webview_python"
7
-version = "0.99.17"
+version = "0.99.18"
8
description = "Python bindings for the webview library, which completely follow deno_webview design and principles"
9
readme = "README.md"
10
license = { file = "LICENSE" }
0 commit comments