diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 4e41d48..ae25d75 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: false add_extension: python diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d08ca9d..f96ba06 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: cibuildwheel: - "cp311" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: 'true' diff --git a/.gitignore b/.gitignore index 87e149d..c1d5f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,8 @@ js/coverage js/dist js/lib js/node_modules +js/test-results +js/playwright-report js/*.tgz verilator/extension diff --git a/Makefile b/Makefile index 6b60160..8d54746 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ dist-check: ## run python dist checker with twine dist: clean dist-build dist-check ## build all dists -publish: dist # publish python assets +publish: dist ## publish python assets ######### # CLEAN #