We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b401cb4 commit 4f35477Copy full SHA for 4f35477
2 files changed
.github/workflows/publish.yml
@@ -35,5 +35,8 @@ jobs:
35
steps:
36
- name: Retrieve packages
37
uses: actions/download-artifact@v8
38
+ with:
39
+ name: dist
40
+ path: dist
41
- name: Upload packages
42
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ypywidgets"
7
-version = "0.9.7"
+version = "0.9.8"
8
description = "Y-based Jupyter widgets for Python"
9
readme = "README.md"
10
license = "MIT"
0 commit comments