Skip to content

Commit

Permalink
Cirrus: Fix twine install
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Feb 7, 2024
1 parent 2b1d319 commit a14cf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ cirrus_wheels_macos_arm64_task:
./build-wheels-macos.sh v1.22 ${ABI}
upload_script:
- ls -l wheelhouse/*.whl
- if test -n "${CIRRUS_TAG}"; then python${PYVER} -m pip install twine && python${PYVER} -m twine upload wheelhouse/*.whl; fi
- if test -n "${CIRRUS_TAG}"; then python${PYVER} -m pip install twine --break-system-packages && python${PYVER} -m twine upload wheelhouse/*.whl; fi

0 comments on commit a14cf94

Please sign in to comment.