Skip to content

Commit

Permalink
chore: fix release prepare script to use the right library
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Feb 8, 2023
1 parent 87b465b commit 96f131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ nix develop '.#release' -c poetry version "$version"
nix develop '.#release' -c poetry build

# ensure that the built wheel has the correct version number
nix develop '.#release' -c unzip -p "dist/ibis_framework-${version}-py3-none-any.whl" ibis/__init__.py |
nix develop '.#release' -c unzip -p "dist/ibis_substrait-${version}*.whl" ibis_substrait/__init__.py |
nix develop '.#release' -c grep -q "__version__ = \"$version\""

0 comments on commit 96f131e

Please sign in to comment.