From 47d8cf182af042068d2a92910476c5c4396455a9 Mon Sep 17 00:00:00 2001 From: Josh Anibal Date: Tue, 12 Dec 2023 10:26:48 -0800 Subject: [PATCH] uncomment wheel upload in .cirrus.yml --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a47ab9c..de2b9ea 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -64,7 +64,7 @@ cirrus_wheels_macos_arm64_task: if [[ "${CIRRUS_RELEASE}" == "" ]]; then python -m twine upload --verbose --skip-existing --repository-url https://test.pypi.org/legacy/ --username __token__ --password ${PYPI_TOKEN_TEST} wheelhouse/* else - echo "would have uploaded" - # python -m twine upload --verbose --skip-existing --username __token__ --password ${PYPI_TOKEN_TEST} wheelhouse/* + # echo "would have uploaded" + python -m twine upload --verbose --skip-existing --username __token__ --password ${PYPI_TOKEN_TEST} wheelhouse/* fi