Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-pydantic-core/2.18.4 package update #21198

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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