Skip to content

Commit 9ac3e54

Browse files
committed
fix
1 parent 7ae243d commit 9ac3e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,9 @@ jobs:
130130
- name: Install EdgeDB
131131
uses: edgedb/setup-edgedb@v1
132132

133-
- uses: pypa/cibuildwheel@v2.12.3
133+
- uses: pypa/cibuildwheel@v2.16.5
134134
with:
135135
only: ${{ matrix.only }}
136-
config-file: 'pyproject.toml'
137136
env:
138137
CIBW_BUILD_VERBOSITY: 1
139138
CIBW_BEFORE_ALL_LINUX: >

0 commit comments

Comments
 (0)