We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a5801 commit a6c48caCopy full SHA for a6c48ca
1 file changed
.github/workflows/cibuildwheel.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
echo "Setting CIBW_BUILD='cp39-* cp312-* cp314-*'"
86
echo "CIBW_BUILD=cp39-* cp312-* cp314-*" >> $GITHUB_ENV
87
- if: ${{ github.event_name }}" == "pull_request"
+ if: ${{ github.event_name }} == "pull_request"
88
89
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
90
uses: pypa/cibuildwheel@v3.1.4
0 commit comments