File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
- name : List dist contents
56
56
run : ls -la dist/
57
57
58
- - name : Upload Release Assets
58
+ - name : Upload Wheel Distribution
59
59
uses : actions/upload-release-asset@v1
60
60
env :
61
61
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
62
62
with :
63
63
upload_url : ${{ steps.create_release.outputs.upload_url }}
64
- asset_path : ./dist/* .whl
64
+ asset_path : ./dist/martor-${{ steps.get_version.outputs.VERSION }}-py3-none-any .whl
65
65
asset_name : martor-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
66
66
asset_content_type : application/octet-stream
67
67
71
71
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
72
72
with :
73
73
upload_url : ${{ steps.create_release.outputs.upload_url }}
74
- asset_path : ./dist/* .tar.gz
74
+ asset_path : ./dist/martor-${{ steps.get_version.outputs.VERSION }} .tar.gz
75
75
asset_name : martor-${{ steps.get_version.outputs.VERSION }}.tar.gz
76
76
asset_content_type : application/gzip
77
77
Original file line number Diff line number Diff line change 1
- __version__ = "1.7.8 "
1
+ __version__ = "1.7.9 "
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.8 "
7
+ version = " 1.7.9 "
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