Skip to content

Commit

Permalink
Merge pull request #21198 from wolfi-dev/wolfictl-bfff7fd8-3830-461f-…
Browse files Browse the repository at this point in the history
…9daa-a58ae37069de

py3-pydantic-core/2.18.4 package update
  • Loading branch information
debasishbsws authored Jun 11, 2024
2 parents 32e79a3 + dbef0c9 commit 0513797
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions py3-pydantic-core.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0513797

Please sign in to comment.