Skip to content

Commit

Permalink
fix pip wheel invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 10, 2024
1 parent 2e2889f commit 6c9fb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone \

pushd /tmp/delete-me/rapids-build-backend
sed -e 's/^version =.*/version = "0.3.1"/' -i pyproject.toml
python -m pip wheel --wheel-dir ./dist
python -m pip wheel --wheel-dir ./dist .
popd

export PIP_FIND_LINKS="file:///tmp/delete-me/rapids-build-backend/dist"
Expand Down
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git clone \

pushd /tmp/delete-me/rapids-build-backend
sed -e 's/^version =.*/version = "0.3.1"/' -i pyproject.toml
python -m pip wheel --wheel-dir ./dist
python -m pip wheel --wheel-dir ./dist .
popd

export PIP_FIND_LINKS="file:///tmp/delete-me/rapids-build-backend/dist"
Expand Down

0 comments on commit 6c9fb3f

Please sign in to comment.