Compare commits
6 Commits
prepare_re
...
gitignore_
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fd1243472 | |||
|
|
328eeaca7a | ||
| 19b79b26ff | |||
|
|
a67e31c65d | ||
| 9d4608bd34 | |||
|
|
27468ae0d0 |
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -3,7 +3,7 @@ name: Publish to PyPI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-publish:
|
build-publish:
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
dist
|
dist
|
||||||
@@ -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 },
|
||||||
|
|||||||
@@ -344,4 +344,4 @@ def main(argv: Optional[List[str]] = None):
|
|||||||
continue
|
continue
|
||||||
print(f"resrm: cannot remove '{pth}': Is a directory")
|
print(f"resrm: cannot remove '{pth}': Is a directory")
|
||||||
continue
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user