Skip to content

Commit 1e9d99f

Browse files
Update from Copier (2026-08-05T03-54-52Z) (#91)
Signed-off-by: copier-update[bot] <copier-update[bot]@users.noreply.github.com> Co-authored-by: copier-update[bot] <copier-update[bot]@users.noreply.github.com>
1 parent 7726e56 commit 1e9d99f

4 files changed

Lines changed: 5 additions & 23 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: b2cdb6d
2+
_commit: a63c624
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cpp

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ jobs:
136136
- name: Upload distributions
137137
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
138138
with:
139-
name: dist-${{matrix.os}}-${{matrix.python.version}}
139+
name: dist-${{ matrix.os }}-${{ matrix.python.version }}
140140
path: dist

.github/workflows/copier.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
docs:
1616
runs-on: ubuntu-latest
17-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
17+
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
@@ -39,13 +39,13 @@ jobs:
3939
run: |
4040
uv pip install dist/*.whl
4141
uv pip install dist/*.whl --target . --no-deps
42-
uv pip install yardang
42+
uv pip install "yardang[llms,themes]"
4343
if: github.event_name == 'workflow_run'
4444

4545
- name: Install from source (manual trigger)
4646
run: |
4747
uv pip install .[develop]
48-
uv pip install yardang
48+
uv pip install "yardang[llms,themes]"
4949
if: github.event_name == 'workflow_dispatch'
5050

5151
- name: Build documentation

0 commit comments

Comments
 (0)