File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 52
52
REPO_DIR : netcdf4-python
53
53
PKG_NAME : netcdf4-python
54
54
MB_ML_VER : 2014
55
- BUILD_COMMIT : v1.6.5rel
55
+ BUILD_COMMIT : v1.7.0rel
56
56
UNICODE_WIDTH : 32
57
57
MB_PYTHON_VERSION : ${{ matrix.python-version }}
58
58
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
@@ -63,17 +63,17 @@ jobs:
63
63
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
64
64
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
with :
68
68
submodules : recursive
69
69
- name : Set up Python ${{ matrix.python-version }}
70
- uses : actions/setup-python@v4
70
+ uses : actions/setup-python@v5
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
73
74
74
- name : Setup QEMU
75
75
if : ${{ matrix.platform == 'aarch64' }}
76
- uses : docker/setup-qemu-action@v2
76
+ uses : docker/setup-qemu-action@v3
77
77
78
78
- name : Setup Environment variables
79
79
run : |
Original file line number Diff line number Diff line change 31
31
REPO_DIR : netcdf4-python
32
32
PKG_NAME : netcdf4-python
33
33
MB_ML_VER : 2014
34
- BUILD_COMMIT : v1.6.5rel
34
+ BUILD_COMMIT : v1.7.0rel
35
35
UNICODE_WIDTH : 32
36
36
PLAT : arm64
37
37
MB_PYTHON_VERSION : ${{ matrix.python-version }}
48
48
with :
49
49
submodules : recursive
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
Original file line number Diff line number Diff line change 31
31
REPO_DIR : netcdf4-python
32
32
PKG_NAME : netcdf4-python
33
33
MB_ML_VER : 2014
34
- BUILD_COMMIT : v1.6.5rel
34
+ BUILD_COMMIT : v1.7.0rel
35
35
UNICODE_WIDTH : 32
36
36
PLAT : x86_64
37
37
MB_PYTHON_VERSION : ${{ matrix.python-version }}
48
48
with :
49
49
submodules : recursive
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
You can’t perform that action at this time.
0 commit comments