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 0a259e8 commit 0b3eb88Copy full SHA for 0b3eb88
.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@v2.23.0
+ uses: pypa/cibuildwheel@v2.23.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