We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16017b7 commit 6831bc2Copy full SHA for 6831bc2
1 file changed
.github/workflows/windows.yaml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: windows-latest
12
env:
13
- CONNECTOR_VERSION: "3.3.4"
+ CONNECTOR_VERSION: "3.3.8"
14
steps:
15
16
- name: Cache Connector
@@ -59,7 +59,7 @@ jobs:
59
60
- uses: actions/setup-python@v5
61
- name: Install cibuildwheel
62
- run: python -m pip install cibuildwheel==2.12.3
+ run: python -m pip install cibuildwheel
63
- name: Build wheels
64
working-directory: mysqlclient
65
0 commit comments