We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca4a7 commit 5731ef1Copy full SHA for 5731ef1
.github/workflows/build-push.yml
@@ -112,10 +112,10 @@ jobs:
112
run: |
113
echo "CIBW_BUILD=cp39* cp310* cp311* cp312* cp313*" >> $GITHUB_ENV
114
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
115
- if [ "${{ matrix.os }}" == "macos-13" ] then
+ if [ "${{ matrix.os }}" == "macos-13" ]; then
116
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV;
117
echo "Enforcing target deployment for 13.0"
118
- elif [ "${{ matrix.os }}" == "macos-14" ] then
+ elif [ "${{ matrix.os }}" == "macos-14" ]; then
119
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV;
120
echo "Enforcing target deployment for 14.0"
121
else
0 commit comments