Skip to content

Commit 970fa54

Browse files
committed
The actual 2.0.4
1 parent baf076a commit 970fa54

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
+ Update `_version.py` (set release version, remove 'dev'), `package.json` and `src/version.ts`
44
+ git add the _version.py file and git commit
5-
+ `python setup.py sdist`
6-
+ `python setup.py bdist_wheel`
5+
+ `hatch build`
76
+ `twine upload dist/ipyevents*`
87
+ `git tag -a X.X.X -m 'comment'`
98
+ Update _version.py (add 'dev' and increment minor)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ name = "ipyevents"
1010
description = "A custom widget for returning mouse and keyboard events to Python"
1111
readme = "README.md"
1212
license = {text = "BSD 3-clause"}
13-
license_files = ["LICENSE.md"]
1413
requires-python = ">=3.9"
1514
authors = [
1615
{ name = "Matt Craig", email = "[email protected]" },

0 commit comments

Comments
 (0)