File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
build :
12
12
runs-on : windows-latest
13
13
env :
14
- CONNECTOR_VERSION : " 3.3.1 "
14
+ CONNECTOR_VERSION : " 3.3.4 "
15
15
steps :
16
16
17
17
- name : Cache Connector
18
18
id : cache-connector
19
- uses : actions/cache@v1
19
+ uses : actions/cache@v3
20
20
with :
21
21
path : c:/mariadb-connector
22
22
key : mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win
41
41
cmake -DCMAKE_INSTALL_PREFIX=c:/mariadb-connector -DCMAKE_INSTALL_COMPONENT=Development -DCMAKE_BUILD_TYPE=Release -P cmake_install.cmake
42
42
43
43
- name : Checkout mysqlclient
44
- uses : actions/checkout@v2
44
+ uses : actions/checkout@v3
45
45
with :
46
46
path : mysqlclient
47
47
58
58
EOF
59
59
cat site.cfg
60
60
61
- - uses : actions/setup-python@v2
61
+ - uses : actions/setup-python@v4
62
62
- name : Install cibuildwheel
63
- run : python -m pip install cibuildwheel==2.7.0
63
+ run : python -m pip install cibuildwheel==2.12.3
64
64
- name : Build wheels
65
65
working-directory : mysqlclient
66
66
env :
70
70
run : " python -m cibuildwheel --prerelease-pythons --output-dir dist"
71
71
72
72
- name : Upload Wheel
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
name : win-wheels
76
76
path : mysqlclient/dist/*.whl
You can’t perform that action at this time.
0 commit comments