Skip to content

Commit c0114ba

Browse files
committed
update action
1 parent a193922 commit c0114ba

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: pypi
1515
url: https://pypi.org/p/mindm-mcp
1616
permissions:
17-
contents: read
17+
contents: write
1818
id-token: write
1919
steps:
2020
- name: Checkout repository
@@ -41,12 +41,7 @@ jobs:
4141

4242
- name: Create GitHub Release
4343
if: github.event_name == 'push'
44-
id: create_release
45-
uses: actions/create-release@v1
4644
env:
4745
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
with:
49-
tag_name: ${{ github.ref_name }}
50-
release_name: ${{ github.ref_name }}
51-
draft: false
52-
prerelease: false
46+
run: |
47+
gh release create ${{ github.ref_name }} --title "${{ github.ref_name }}" --generate-notes

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ build-backend = "setuptools.build_meta"
235235

236236
[project]
237237
name = "mindm_mcp"
238-
version = "0.0.1.61"
238+
version = "0.0.1.62"
239239
authors = [
240240
{ name="Robert Zaufall" },
241241
]

pyproject.toml

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

55
[project]
66
name = "mindm_mcp"
7-
version = "0.0.1.61"
7+
version = "0.0.1.62"
88
authors = [
99
{ name="Robert Zaufall" },
1010
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)