Skip to content

Commit b10ffab

Browse files
Update from copier (2026-04-12T19:17:04)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe85141 commit b10ffab

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: fdea3fe
2+
_commit: 41c2f2c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: rust

.github/workflows/build.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
102102
if: matrix.os != 'ubuntu-latest'
103103

104+
<<<<<<< before updating
104105
- name: Test wheel install
105106
run: |
106107
python -m venv /tmp/test-wheel
@@ -113,6 +114,16 @@ jobs:
113114
python -m venv /tmp/test-sdist
114115
/tmp/test-sdist/bin/pip install dist/*.tar.gz
115116
/tmp/test-sdist/bin/python -c "import temporalcache"
117+
=======
118+
- uses: actions-ext/python/test-wheel@main
119+
with:
120+
module: temporal_cache
121+
if: matrix.os == 'ubuntu-latest'
122+
123+
- uses: actions-ext/python/test-sdist@main
124+
with:
125+
module: temporal_cache
126+
>>>>>>> after updating
116127
if: matrix.os == 'ubuntu-latest'
117128

118129
- uses: actions/upload-artifact@v7

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)