diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index ec4e9b14697..a1cae626274 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -1,7 +1,7 @@ # Generated from https://pypi.org/project/pydantic-core/ package: name: py3-pydantic-core - version: 2.18.3 + version: 2.18.4 epoch: 0 copyright: - license: MIT @@ -26,12 +26,14 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: fd262933683fad0a9706e63298065f0d6ab9905d + expected-commit: 77f2b6957a7279d91773cc2eb30a21c0cba2ae41 repository: https://github.com/pydantic/pydantic-core tag: v${{package.version}} - - name: Python Build - uses: python/build-wheel + - runs: | + python3 -m venv env + source env/bin/activate + make install - uses: strip