Skip to content

Commit 6ba4cc3

Browse files
authored
Fix check python version for release (#247)
1 parent 8863ca8 commit 6ba4cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: check GITHUB_REF matches package version
119119
uses: samuelcolvin/[email protected]
120120
with:
121-
version_file_path: pyproject.toml
121+
version_file_path: pydantic_extra_types/__init__.py
122122

123123
- run: uv build
124124

0 commit comments

Comments
 (0)