Skip to content

Commit 20d05c1

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 980141e + 0cdce05 commit 20d05c1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.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: f3ffa74
2+
_commit: fa27c8d
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: actions-ext/python/setup@main
16-
- run: uv pip install .
16+
- run: uv pip install .[develop]
1717
- run: uv pip install yardang
1818
- run: yardang build
1919
- uses: peaceiris/actions-gh-pages@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ js/coverage
138138
js/dist
139139
js/lib
140140
js/node_modules
141+
js/test-results
142+
js/playwright-report
141143
js/*.tgz
142144
hatch_multi/extension
143145

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dist-check: ## run python dist checker with twine
100100

101101
dist: clean dist-build dist-check ## build all dists
102102

103-
publish: dist # publish python assets
103+
publish: dist ## publish python assets
104104

105105
#########
106106
# CLEAN #

0 commit comments

Comments
 (0)