Skip to content

Commit 1a714ad

Browse files
committed
fixup
1 parent f11b182 commit 1a714ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
8383
CIBW_ARCHS: "AMD64"
8484
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
85-
run: "python -m cibuildwheel --prerelease-pythons --output-dir dist"
85+
run: "python -m cibuildwheel --output-dir dist"
8686

8787
- name: Build sdist
8888
working-directory: mysqlclient

0 commit comments

Comments
 (0)