You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This renames the placeholder package directory, updates the package metadata, and rewrites the main `project_name` and `python-template` references across the repository. Use `--package-name`, `--project-title`, `--author`, `--author-email`, or `--description` if the defaults inferred from the repository name are not enough.
14
14
15
+
When the repository is created on GitHub from `Use this template`, the
16
+
`Bootstrap Template` workflow also runs automatically on the first push and
17
+
uses GitHub metadata to rename the repository placeholders. It derives the
18
+
repository name from `github.repository`, the author from
19
+
`github.repository_owner`, and the author email from the GitHub noreply
20
+
address for the triggering actor.
21
+
15
22
## Getting started
16
23
17
24
- <code>Use this template > Create a new repository</code> : You can clone this template from the UI by clicking on the upper left repository button.
0 commit comments