Skip to content

Commit

Permalink
Update project from its own template via Copier. (v1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcd committed Jan 11, 2025
1 parent 25bb13d commit b88c2ee
Show file tree
Hide file tree
Showing 9 changed files with 677 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .auxiliary/configuration/copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v1.6
_commit: v1.7
_src_path: gh:emcd/python-project-common
author_email: emcd@users.noreply.github.com
author_name: Eric McDonald
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

test:
needs: [initialize]
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.7
with:
matrix-exclusions: '${{ needs.initialize.outputs.matrix-exclusions }}'
platforms: '${{ needs.initialize.outputs.platforms }}'
Expand All @@ -34,7 +34,7 @@ jobs:

report:
needs: [initialize, test]
uses: emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.7
with:
python-version: '${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'

Expand All @@ -44,14 +44,14 @@ jobs:
contents: write
id-token: write
pages: write
uses: emcd/python-project-common/.github/workflows/xrepo--documenter.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--documenter.yaml@v1.7
with:
include-reports: true
python-version: '${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'

package:
needs: [initialize, docsgen]
uses: emcd/python-project-common/.github/workflows/xrepo--packager.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--packager.yaml@v1.7
with:
artifacts-path: '.auxiliary/artifacts/hatch-build' # TODO: Use environment.
python-version: '${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

test:
needs: [initialize]
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@v1.7
with:
matrix-exclusions: '${{ needs.initialize.outputs.matrix-exclusions }}'
platforms: '${{ needs.initialize.outputs.platforms }}'
Expand All @@ -24,6 +24,6 @@ jobs:

report:
needs: [initialize, test]
uses: emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.6
uses: emcd/python-project-common/.github/workflows/xrepo--reporter.yaml@v1.7
with:
python-version: '${{ fromJSON(needs.initialize.outputs.python-versions)[0] }}'
1 change: 1 addition & 0 deletions documentation/sphinx/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Development

environment
practices
nomenclature
style
devapi
releases
Expand Down
2 changes: 1 addition & 1 deletion documentation/sphinx/development/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ template can be incorporated into the project, ensuring adherence to evolving
practices and technologies.

Updates
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------

1. Ensure the working directory is clean (commit or stash changes).

Expand Down
Loading

0 comments on commit b88c2ee

Please sign in to comment.