File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ rm -rf code/$pkg.egg-info
185185
186186# Even though we're not going to upload the binary wheel, we do
187187# want the build process to create it as a "final" check on the contents
188- python -m build --sdist | grep -Ev " ^copying|^adding"
188+ python -m build | grep -Ev " ^copying|^adding"
189189if [ $? -ne 0 ]
190190then
191191 echo " ERROR: Failed to build."
Original file line number Diff line number Diff line change 105105* )
106106 echo " Need to provide an option"
107107 echo " Available options include:"
108- echo " bvt bput bpub "
109- echo " inq cb gdb "
110- echo " pcf1 pcf2 props"
108+ echo " bvt cb "
111109 echo " xmp (to pick one of the examples)"
112110 exit 1
113111 ;;
Original file line number Diff line number Diff line change 77curdir=` pwd`
88
99# Prepare for release, and push to the local server
10- echo Y | ./pyRelease.sh -l N -v
10+ echo Y | ./pyRelease.sh -l Y -v
1111if [ $? -ne 0 ]
1212then
1313 echo " Release process failed"
You can’t perform that action at this time.
0 commit comments