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 66 - ' *'
77
88jobs :
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 }}'
2626
2727 upload-to-pypi :
2828 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- __version__ = "1.7.10 "
1+ __version__ = "1.7.11 "
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.10 "
7+ version = " 1.7.11 "
88description = " Django Markdown Editor"
99readme = " README.md"
1010license = { text = " GPL-3.0" }
You can’t perform that action at this time.
0 commit comments