Skip to content

Commit

Permalink
uncomment wheel upload in .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joanibal authored Dec 12, 2023
1 parent 3f15020 commit 47d8cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47d8cf1

Please sign in to comment.