Skip to content

Commit c90f859

Browse files
committed
tentative fix
1 parent de4e7f2 commit c90f859

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
@@ -82,7 +82,7 @@ jobs:
8282
# These needs to rotate every new Python release.
8383
run: |
8484
echo "Setting CIBW_BUILD='cp39-* cp314-*'"
85-
echo "CIBW_BUILD='cp39-* cp314-*'" >> $GITHUB_ENV
85+
echo "CIBW_BUILD=cp39-* cp314-*" >> $GITHUB_ENV
8686
if: ${{ github.event_name }}" == "pull_request"
8787

8888
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"

0 commit comments

Comments
 (0)