diff --git a/.cirrus.yml b/.cirrus.yml index de2b9ea..8955b50 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -65,6 +65,6 @@ cirrus_wheels_macos_arm64_task: 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/* + python -m twine upload --verbose --skip-existing --username __token__ --password ${PYPI_TOKEN} wheelhouse/* fi