Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update from copier (2025-08-11T17:42:58)#31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
timkpaine merged 1 commit intomainfromcopier-update-2025-08-11T17-42-58
Aug 11, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.copier-answers.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit:f3ffa74
_commit:fa27c8d
_src_path: https://github.com/python-project-templates/base.git
add_docs: true
add_extension: cpp
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/build.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -75,7 +75,7 @@ jobs:
cibuildwheel: "cp312"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions-ext/python/setup@main
with:
Expand Down
4 changes: 2 additions & 2 deletions.github/workflows/docs.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,9 +11,9 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions-ext/python/setup@main
- run: uv pip install .
- run: uv pip install .[develop]
- run: uv pip install yardang
- run: yardang build
- uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/wiki.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,7 +20,7 @@ jobs:
deploy:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-uses:actions/checkout@v5
-run:cp README.md docs/wiki/Home.md
-uses:Andrew-Chen-Wang/github-wiki-action@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -138,6 +138,8 @@ js/coverage
js/dist
js/lib
js/node_modules
js/test-results
js/playwright-report
js/*.tgz
python_template_cpp/extension

Expand Down
4 changes: 2 additions & 2 deletionsMakefile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -113,15 +113,15 @@ major: ## bump a major version
########
.PHONY: dist dist-py dist-check publish

dist-py: # build python dists
dist-py: ## build python dists
python -m build -w -s

dist-check: ## run python dist checker with twine
python -m twine check dist/*

dist: clean build dist-js dist-py dist-check ## build all dists

publish: dist # publish python assets
publish: dist ## publish python assets

#########
# CLEAN #
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp