Skip to content

Commit d5ec03b

Browse files
committed
publish 1.3.0 release
1 parent b1ef873 commit d5ec03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ build-package:
1515
uv build
1616

1717
build-and-release: build-package
18-
uv publish
18+
uv publish --token <token>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mahjong"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "Mahjong hands calculation"
55
authors = [
66
{ name = "Alexey Lisikhin", email = "[email protected]" },

0 commit comments

Comments
 (0)