File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: Build windows wheels
22
33on :
44 push :
5- branches : [" main", "ci" ]
5+ branches : [' main', 'ci' ]
66 pull_request :
77 workflow_dispatch :
88
99jobs :
1010 build :
1111 runs-on : windows-latest
1212 env :
13- CONNECTOR_VERSION : " 3.4.1 "
13+ CONNECTOR_VERSION : ' 3.4.7 '
1414 steps :
1515 - name : Cache Connector
1616 id : cache-connector
@@ -79,10 +79,10 @@ jobs:
7979 - name : Build wheels
8080 working-directory : mysqlclient
8181 env :
82- CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9"
83- CIBW_ARCHS : " AMD64"
82+ CIBW_PROJECT_REQUIRES_PYTHON : ' >=3.9'
83+ 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 --prerelease-pythons --output-dir dist'
8686
8787 - name : Build sdist
8888 working-directory : mysqlclient
You can’t perform that action at this time.
0 commit comments