We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11b182 commit 1a714adCopy full SHA for 1a714ad
1 file changed
.github/workflows/windows.yaml
@@ -82,7 +82,7 @@ jobs:
82
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
83
CIBW_ARCHS: "AMD64"
84
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
85
- run: "python -m cibuildwheel --prerelease-pythons --output-dir dist"
+ run: "python -m cibuildwheel --output-dir dist"
86
87
- name: Build sdist
88
working-directory: mysqlclient
0 commit comments