We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ef873 commit d5ec03bCopy full SHA for d5ec03b
Makefile
@@ -15,4 +15,4 @@ build-package:
15
uv build
16
17
build-and-release: build-package
18
- uv publish
+ uv publish --token <token>
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mahjong"
3
-version = "1.2.1"
+version = "1.3.0"
4
description = "Mahjong hands calculation"
5
authors = [
6
{ name = "Alexey Lisikhin", email = "[email protected]" },
0 commit comments