Skip to content

Commit 4f35477

Browse files
committed
Release v0.9.8
1 parent b401cb4 commit 4f35477

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
steps:
3636
- name: Retrieve packages
3737
uses: actions/download-artifact@v8
38+
with:
39+
name: dist
40+
path: dist
3841
- name: Upload packages
3942
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ypywidgets"
7-
version = "0.9.7"
7+
version = "0.9.8"
88
description = "Y-based Jupyter widgets for Python"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)