Skip to content

Commit

Permalink
Fix check python version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 6, 2024
1 parent 8863ca8 commit ffe4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: check GITHUB_REF matches package version
uses: samuelcolvin/[email protected]
with:
version_file_path: pyproject.toml
version_file_path: pydantic_extra_types/__init__.py

- run: uv build

Expand Down

0 comments on commit ffe4f2e

Please sign in to comment.