Skip to content

Commit

Permalink
Remove egg-info check
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 10, 2024
1 parent 2ee24dd commit ac45c11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac45c11

Please sign in to comment.