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