From 992fac898bd8a84c17752f9f4a7aa89cdc1fb90f Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 15 Oct 2023 00:23:37 +0200 Subject: [PATCH] fix publish job --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) 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