Install twine for MacOS nightly releases.
PiperOrigin-RevId: 354337564 Change-Id: Ib3709f2b6499d9427262076890c7da2399770a77
This commit is contained in:
parent
34a6621321
commit
9d7088c351
@ -57,6 +57,7 @@ for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do
|
||||
# Upload the PIP package if whl test passes.
|
||||
if [ ${RETVAL} -eq 0 ]; then
|
||||
echo "Basic PIP test PASSED, Uploading package: ${f}"
|
||||
python -m pip install twine
|
||||
python -m twine upload -r pypi-warehouse "${f}"
|
||||
else
|
||||
echo "Basic PIP test FAILED, will not upload ${f} package"
|
||||
|
@ -57,6 +57,7 @@ for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do
|
||||
# Upload the PIP package if whl test passes.
|
||||
if [ ${RETVAL} -eq 0 ]; then
|
||||
echo "Basic PIP test PASSED, Uploading package: ${f}"
|
||||
python -m pip install twine
|
||||
python -m twine upload -r pypi-warehouse "${f}"
|
||||
else
|
||||
echo "Basic PIP test FAILED, will not upload ${f} package"
|
||||
|
@ -57,6 +57,7 @@ for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do
|
||||
# Upload the PIP package if whl test passes.
|
||||
if [ ${RETVAL} -eq 0 ]; then
|
||||
echo "Basic PIP test PASSED, Uploading package: ${f}"
|
||||
python -m pip install twine
|
||||
python -m twine upload -r pypi-warehouse "${f}"
|
||||
else
|
||||
echo "Basic PIP test FAILED, will not upload ${f} package"
|
||||
|
Loading…
Reference in New Issue
Block a user