File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 6
6
- ' *'
7
7
8
8
jobs :
9
- release :
10
- runs-on : ubuntu-latest
11
- concurrency : release
12
- environment : Secrets
13
- permissions :
14
- id-token : write
15
- contents : write
16
-
17
- steps :
18
- - uses : actions/checkout@v3
19
- with :
20
- fetch-depth : 0
21
-
22
- - name : Python Semantic Release
23
- uses : python-semantic-release/python-semantic-release@master
24
- with :
25
- github_token : ' ${{ secrets.GH_TOKEN }}'
9
+ # release:
10
+ # runs-on: ubuntu-latest
11
+ # concurrency: release
12
+ # environment: Secrets
13
+ # permissions:
14
+ # id-token: write
15
+ # contents: write
16
+
17
+ # steps:
18
+ # - uses: actions/checkout@v3
19
+ # with:
20
+ # fetch-depth: 0
21
+
22
+ # - name: Python Semantic Release
23
+ # uses: python-semantic-release/python-semantic-release@master
24
+ # with:
25
+ # github_token: '${{ secrets.GH_TOKEN }}'
26
26
27
27
upload-to-pypi :
28
28
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- __version__ = "1.7.10 "
1
+ __version__ = "1.7.11 "
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.10 "
7
+ version = " 1.7.11 "
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