Skip to content

Commit

Permalink
Try to fix wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 24, 2024
1 parent a8524fe commit ed26ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ python -m pip wheel . --wheel-dir=./dist -vvv --disable-pip-version-check --no-d
ls -lR
pwd

package_name=(numba_cuda-*.whl)
package_name=$(basename ./dist/numba_cuda-*.whl)
echo "package_name=$package_name" >> $GITHUB_ENV
echo "package_path=`pwd`" >> $GITHUB_ENV
echo "package_path=`pwd`/dist" >> $GITHUB_ENV

0 comments on commit ed26ac8

Please sign in to comment.