chore: fix workflow #5

Merged
mdaleo404 merged 1 commits from workflow_fix into main 2025-11-09 10:55:32 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 19b79b26ff - Show all commits

View File

@@ -3,7 +3,7 @@ name: Publish to PyPI
on: on:
push: push:
tags: tags:
- "*" - "v*"
jobs: jobs:
build-publish: build-publish:

View File

@@ -1,6 +1,7 @@
{ {
"release-type": "python", "release-type": "python",
"package-name": "resrm", "package-name": "resrm",
"include-v-in-tag": true,
"changelog-sections": [ "changelog-sections": [
{ "type": "feat", "section": "Added", "hidden": false }, { "type": "feat", "section": "Added", "hidden": false },
{ "type": "fix", "section": "Fixed", "hidden": false }, { "type": "fix", "section": "Fixed", "hidden": false },