Skip to content

Commit

Permalink
cuda: Minor fixes to distribution helper
Browse files Browse the repository at this point in the history
Formatting, version number, comments.
  • Loading branch information
janden committed Aug 23, 2023
1 parent ef6aaf1 commit 0e5f3f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/cufinufft/distribution_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# Helper Script For Building Wheels

cufinufft_version=1.3
cufinufft_version=2.2
manylinux_version=manylinux2014
cuda_version=11.0
dockerhub=janden


echo "# build the wheel"
echo "# Build the docker image"
docker build \
--file tools/cufinufft/docker/cuda${cuda_version}/Dockerfile-x86_64 \
--tag ${dockerhub}/cufinufft-${cufinufft_version}-${manylinux_version} .
Expand Down Expand Up @@ -43,10 +43,8 @@ echo "# Copy the wheels we care about to the dist folder"
mkdir -p dist
cp -v wheelhouse/cufinufft-${cufinufft_version}-cp3*${manylinux_version}* dist


echo "The following steps should be performed manually for now.\n"


echo "# Push to Test PyPI for review/testing"
echo "#twine upload -r testpypi dist/*"
echo
Expand Down

0 comments on commit 0e5f3f3

Please sign in to comment.