Skip to content

Commit a6c48ca

Browse files
committed
fix CI ?
1 parent 35a5801 commit a6c48ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
echo "Setting CIBW_BUILD='cp39-* cp312-* cp314-*'"
8686
echo "CIBW_BUILD=cp39-* cp312-* cp314-*" >> $GITHUB_ENV
87-
if: ${{ github.event_name }}" == "pull_request"
87+
if: ${{ github.event_name }} == "pull_request"
8888

8989
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
9090
uses: pypa/cibuildwheel@v3.1.4

0 commit comments

Comments
 (0)