diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2bd5fab..e645f12 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -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 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7bf0d75..ba7c523 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,7 +75,7 @@ jobs: cibuildwheel: "cp312" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions-ext/python/setup@main with: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f62f4a4..4033bad 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index 8de232b..e0a4608 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -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: diff --git a/.gitignore b/.gitignore index 97edfa5..17f53a0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile b/Makefile index da779c4..5463fc5 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ 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 @@ -121,7 +121,7 @@ dist-check: ## run python dist checker with twine dist: clean build dist-js dist-py dist-check ## build all dists -publish: dist # publish python assets +publish: dist ## publish python assets ######### # CLEAN #
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: