Skip to content

Commit ff15031

Browse files
committed
update tag
1 parent 4e62325 commit ff15031

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: .github/workflows/build-wheels-linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
REPO_DIR: netcdf4-python
5353
PKG_NAME: netcdf4-python
5454
MB_ML_VER: 2014
55-
BUILD_COMMIT: v1.6.5rel
55+
BUILD_COMMIT: v1.7.0rel
5656
UNICODE_WIDTH: 32
5757
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5858
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
@@ -63,17 +63,17 @@ jobs:
6363
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
6464

6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
with:
6868
submodules: recursive
6969
- name: Set up Python ${{ matrix.python-version }}
70-
uses: actions/setup-python@v4
70+
uses: actions/setup-python@v5
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

7474
- name: Setup QEMU
7575
if: ${{ matrix.platform == 'aarch64' }}
76-
uses: docker/setup-qemu-action@v2
76+
uses: docker/setup-qemu-action@v3
7777

7878
- name: Setup Environment variables
7979
run: |

Diff for: .github/workflows/build-wheels-macosx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python
3333
MB_ML_VER: 2014
34-
BUILD_COMMIT: v1.6.5rel
34+
BUILD_COMMIT: v1.7.0rel
3535
UNICODE_WIDTH: 32
3636
PLAT: arm64
3737
MB_PYTHON_VERSION: ${{ matrix.python-version }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
submodules: recursive
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

Diff for: .github/workflows/build-wheels-macosx2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python
3333
MB_ML_VER: 2014
34-
BUILD_COMMIT: v1.6.5rel
34+
BUILD_COMMIT: v1.7.0rel
3535
UNICODE_WIDTH: 32
3636
PLAT: x86_64
3737
MB_PYTHON_VERSION: ${{ matrix.python-version }}
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
submodules: recursive
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

0 commit comments

Comments
 (0)