Skip to content

Commit fa6b6f8

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 5009bc7 commit fa6b6f8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "f93aa52be4b1117a977ca88e27f03b44b3ae8e67",
2+
"_commit": "e531aea86f62d31d6db6759e3c8d3ce56fbd7da6",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "f93aa52be4b1117a977ca88e27f03b44b3ae8e67",
3+
"commit": "e531aea86f62d31d6db6759e3c8d3ce56fbd7da6",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"development_status": "Development Status :: 1 - Planning",
2020
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
21-
"_commit": "f93aa52be4b1117a977ca88e27f03b44b3ae8e67"
21+
"_commit": "e531aea86f62d31d6db6759e3c8d3ce56fbd7da6"
2222
}
2323
},
2424
"directory": null

.github/workflows/bump-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- "release/*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
bump-version-and-draft-release:
1013
name: Bump Version and Draft Release

0 commit comments

Comments
 (0)