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:
2828 - name : Install dependencies
2929 run : |
3030 python -m pip install --upgrade pip
31- pip install hatch python-semantic-release[github]
31+ pip install build
3232
3333 - name : Get tag version
3434 id : get_version
3535 run : echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3636
3737 - name : Build package
38- run : hatch build
38+ run : python -m build
3939
4040 - name : Create GitHub Release
4141 id : create_release
5252 draft : false
5353 prerelease : false
5454
55+ - name : List dist contents
56+ run : ls -la dist/
57+
5558 - name : Upload Release Assets
5659 uses : actions/upload-release-asset@v1
5760 env :
Original file line number Diff line number Diff line change 1- __version__ = "1.7.7 "
1+ __version__ = "1.7.8 "
22__release_date__ = "26-Jul-2025"
33__author__ = "Agus Makmun (Summon Agus)"
44__author_email__ = "[email protected] "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " martor"
7- version = " 1.7.7 "
7+ version = " 1.7.8 "
88description = " Django Markdown Editor"
99readme = " README.md"
1010license = { text = " GPL-3.0" }
You can’t perform that action at this time.
0 commit comments