Skip to content

Commit 15be786

Browse files
committed
fix: disable semantic release
1 parent 8a93115 commit 15be786

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ on:
66
- '*'
77

88
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 }}'
2626

2727
upload-to-pypi:
2828
runs-on: ubuntu-latest

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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__ = "summon.agus@gmail.com"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "martor"
7-
version = "1.7.10"
7+
version = "1.7.11"
88
description = "Django Markdown Editor"
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }

0 commit comments

Comments
 (0)