chore: force release

chore: fix workflow
This commit was merged in pull request #5.
This commit is contained in:
Marco D'Aleo
2025-11-09 10:55:32 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

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