diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 26573ec..4cef1a7 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: f43b419 +_commit: 7d58f0e _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 da12335..c10f408 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -110,7 +110,7 @@ jobs: if: matrix.name == 'ubuntu-24.04' - name: Upload coverage - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} if: matrix.target == 'native' diff --git a/Cargo.lock b/Cargo.lock index e9e8143..27321d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,6 +148,6 @@ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "unicode-ident" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" +checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954" diff --git a/pyproject.toml b/pyproject.toml index 7a4c8c2..a72fb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ archs = "arm64" [tool.cibuildwheel.windows] environment = {PATH="$UserProfile\\.cargo\bin;$PATH", CARGO_TERM_COLOR="always"} -skip = "*win32 *arm_64" +skip = "*win32 *arm64" [tool.cibuildwheel.pyodide] test-command = "python -m pytest -vvv --pyargs python_template_rust.tests"