Compare commits

6 Commits

Author SHA1 Message Date
4fd1243472 chore: remove end of the file line in .gitignore 2025-11-09 11:02:11 +00:00
Marco D'Aleo
328eeaca7a chore: force release
chore: fix workflow
2025-11-09 10:55:32 +00:00
19b79b26ff fix workflow 2025-11-09 10:54:53 +00:00
Marco D'Aleo
a67e31c65d chore: re-trigger release
chore: add new line to end of file core.py
2025-11-09 10:45:50 +00:00
9d4608bd34 add new line to end of file core.py 2025-11-09 10:44:48 +00:00
Marco D'Aleo
27468ae0d0 feat: prepare release cycle
feat: prepare release cycle
2025-11-09 10:35:52 +00:00
4 changed files with 4 additions and 3 deletions

View File

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

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
__pycache__
.pytest_cache
dist
dist

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 },

View File

@@ -344,4 +344,4 @@ def main(argv: Optional[List[str]] = None):
continue
print(f"resrm: cannot remove '{pth}': Is a directory")
continue
move_to_trash(pth, interactive=args.i, force=args.f, recursive=args.r, perma=args.perma)
move_to_trash(pth, interactive=args.i, force=args.f, recursive=args.r, perma=args.perma)