diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 1330508..d2a6f1e 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 08a244d +_commit: 4d4d95a _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6138d2a..f274010 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: run: make coverage - name: Upload test results (Python) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} path: '**/junit.xml' @@ -97,7 +97,7 @@ jobs: CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0 if: matrix.os != 'ubuntu-latest' - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: dist-${{matrix.os}} path: dist diff --git a/pyproject.toml b/pyproject.toml index e77d667..8cd2201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,7 @@ branch = true omit = [ "python_template_rust/tests/integration/", ] + [tool.coverage.report] exclude_also = [ "raise NotImplementedError", @@ -134,6 +135,7 @@ src = "/" [tool.hatch.build.hooks.hatch-rs] verbose = true +abi3 = true module = "python_template_rust" path = "."