From 98376571ac4be75352796297bc68cec0caaba60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Thu, 10 Oct 2024 14:58:59 +0200 Subject: [PATCH] Remove egg-info check --- .github/workflows/release_pypi.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index ea31246d..1d55801c 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -96,9 +96,6 @@ jobs: pip install setuptools setuptools-rust - name: Generate egg-info run: python setup.py egg_info - - name: Check that the package version matches the Release name - run: | - grep -Rq "^Version: ${GITHUB_REF:10}$" python/outlines_core.egg-info/PKG-INFO - uses: actions/download-artifact@v3 with: name: wheels