Skip to content

Commit 7da50e6

Browse files
committed
CHANGE: Bump connector version; Linted yaml file
1 parent e54e861 commit 7da50e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Build windows wheels
22

33
on:
44
push:
5-
branches: ["main", "ci"]
5+
branches: ['main', 'ci']
66
pull_request:
77
workflow_dispatch:
88

99
jobs:
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

0 commit comments

Comments
 (0)