diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4e58a7..acaa2a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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