fix publish job

This commit is contained in:
Sina Atalay
2023-10-15 00:23:37 +02:00
parent 1fd60126fa
commit 992fac898b

View File

@@ -126,14 +126,5 @@ jobs:
pip install -U build
python -m build
- name: Check version
id: check-tag
uses: samuelcolvin/check-python-version@v4.1
with:
version_file_path: pydantic/version.py
- name: build
run: python -m build
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1