Skip to content

26 files changed

+76
-82
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: 0.0.2rc-218-g8123b8a
1+
_commit: 0.0.2rc-224-ge16504a
22
_src_path: gh:skeleton-ci/skeleton-python
33
author: bswck
44
cli: false

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/%23%25%20if%20author%20%3D%3D%20%22bswck%22%20%25%23FUNDING.yml%23%25%20endif%20%25%23.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/%23%25%20if%20author%20%3D%3D%20%22bswck%22%20%25%23FUNDING.yml%23%25%20endif%20%25%23.jinja
44

55
github: "bswck"

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/ISSUE_TEMPLATE/bug.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/ISSUE_TEMPLATE/bug.yml.jinja
44

55
# docs https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
66
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/ISSUE_TEMPLATE/config.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/ISSUE_TEMPLATE/config.yml.jinja
44

55
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/functionality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/ISSUE_TEMPLATE/functionality.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/ISSUE_TEMPLATE/functionality.yml.jinja
44

55
# docs https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
66
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/dependabot.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/dependabot.yml.jinja
44

55
version: 2
66
updates:

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/workflows/audit.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/workflows/audit.yml.jinja
44

55
# IMPORTANT!
66
# Pinned versions of actions and Poetry are managed in a different repository.
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
cache: "poetry"
2525
- name: "Install the project"
26-
run: "poetry install"
26+
run: "poetry install --all-extras"
2727
- name: "Set up Python location for pip-audit"
2828
shell: "bash"
2929
run: 'echo "PIPAPI_PYTHON_LOCATION=$(poetry env info -e)" >> $GITHUB_ENV'

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/workflows/%23%25%20if%20tests%20and%20public%20%25%23coverage.yml%23%25%20endif%20%25%23.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/workflows/%23%25%20if%20tests%20and%20public%20%25%23coverage.yml%23%25%20endif%20%25%23.jinja
44

55
# IMPORTANT!
66
# Pinned versions of actions and Poetry are managed in a different repository.

.github/workflows/doclinks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/workflows/%23%25%20if%20docs%20%25%23doclinks.yml%23%25%20endif%20%25%23.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/workflows/%23%25%20if%20docs%20%25%23doclinks.yml%23%25%20endif%20%25%23.jinja
44

55
# IMPORTANT!
66
# Pinned versions of actions and Poetry are managed in a different repository.

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This file was generated from skeleton-ci/[email protected]218-g8123b8a.
1+
# This file was generated from skeleton-ci/[email protected]224-ge16504a.
22
# Instead of changing this particular file, you might want to alter the template:
3-
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-218-g8123b8a/project/.github/workflows/lint.yml.jinja
3+
# https://github.com/skeleton-ci/skeleton-python/tree/0.0.2rc-224-ge16504a/project/.github/workflows/lint.yml.jinja
44

55
# IMPORTANT!
66
# Pinned versions of actions and Poetry are managed in a different repository.

0 commit comments

Comments
 (0)