Skip to content

Commit

Permalink
Update path to egg-info
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 10, 2024
1 parent 4f3e075 commit 517b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: python setup.py egg_info
- name: Check that the package version matches the Release name
run: |
grep -Rq "^Version: ${GITHUB_REF:10}$" *.egg-info/PKG-INFO
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 517b0c8

Please sign in to comment.