File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip
31
- pip install hatch python-semantic-release[github]
31
+ pip install build
32
32
33
33
- name : Get tag version
34
34
id : get_version
35
35
run : echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
36
36
37
37
- name : Build package
38
- run : hatch build
38
+ run : python -m build
39
39
40
40
- name : Create GitHub Release
41
41
id : create_release
52
52
draft : false
53
53
prerelease : false
54
54
55
+ - name : List dist contents
56
+ run : ls -la dist/
57
+
55
58
- name : Upload Release Assets
56
59
uses : actions/upload-release-asset@v1
57
60
env :
Original file line number Diff line number Diff line change 1
- __version__ = "1.7.7 "
1
+ __version__ = "1.7.8 "
2
2
__release_date__ = "26-Jul-2025"
3
3
__author__ = "Agus Makmun (Summon Agus)"
4
4
__author_email__ = "summon.agus@gmail.com"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " martor"
7
- version = " 1.7.7 "
7
+ version = " 1.7.8 "
8
8
description = " Django Markdown Editor"
9
9
readme = " README.md"
10
10
license = { text = " GPL-3.0" }
You can’t perform that action at this time.
0 commit comments