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 e538a55 commit 1f13538Copy full SHA for 1f13538
.github/workflows/publish_dartpy.yml
@@ -125,7 +125,7 @@ jobs:
125
126
- name: Build wheels
127
if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
128
- uses: pypa/cibuildwheel@v3.1.1
+ uses: pypa/cibuildwheel@v3.1.3
129
env:
130
# macOS
131
MACOSX_DEPLOYMENT_TARGET: 14.0
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Build wheels (Windows)
137
if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
138
139
140
141
0 commit comments