File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1616
1717# ###############################################################################
1818# Downloads and tests cirq wheels from the pypi package repository.
19- # Can verify prod, test, or pre-release versions.
20- # --pre: pre-release cirq from prod pypi
19+ # Can verify test or prod versions.
2120# --test: cirq from test pypi
2221# --prod: cirq from prod pypi
2322#
2726# dependencies disagree, the tests can spuriously fail.
2827#
2928# Usage:
30- # dev_tools/packaging/verify-published-package.sh PACKAGE_VERSION --test|--prod|--pre
29+ # dev_tools/packaging/verify-published-package.sh PACKAGE_VERSION --test|--prod
3130# ###############################################################################
3231
3332set -e
@@ -51,12 +50,8 @@ elif [ "${PROD_SWITCH}" = "--prod" ]; then
5150 PIP_FLAGS=' '
5251 PYPI_REPO_NAME=" PROD"
5352 PYPI_PROJECT_NAME=" cirq"
54- elif [ " ${PROD_SWITCH} " = " --pre" ]; then
55- PIP_FLAGS=' --pre'
56- PYPI_REPO_NAME=" PROD"
57- PYPI_PROJECT_NAME=" cirq"
5853else
59- echo -e " \033[31mSecond argument must be '--prod' or '-- test' or '--pre '.\033[0m"
54+ echo -e " \033[31mSecond argument must be '--test' or '--prod '.\033[0m"
6055 exit 1
6156fi
6257
You can’t perform that action at this time.
0 commit comments