Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jun 7, 2024
1 parent 4e62325 commit ff15031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
REPO_DIR: netcdf4-python
PKG_NAME: netcdf4-python
MB_ML_VER: 2014
BUILD_COMMIT: v1.6.5rel
BUILD_COMMIT: v1.7.0rel
UNICODE_WIDTH: 32
MB_PYTHON_VERSION: ${{ matrix.python-version }}
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
Expand All @@ -63,17 +63,17 @@ jobs:
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

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

- name: Setup Environment variables
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
REPO_DIR: netcdf4-python
PKG_NAME: netcdf4-python
MB_ML_VER: 2014
BUILD_COMMIT: v1.6.5rel
BUILD_COMMIT: v1.7.0rel
UNICODE_WIDTH: 32
PLAT: arm64
MB_PYTHON_VERSION: ${{ matrix.python-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-macosx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
REPO_DIR: netcdf4-python
PKG_NAME: netcdf4-python
MB_ML_VER: 2014
BUILD_COMMIT: v1.6.5rel
BUILD_COMMIT: v1.7.0rel
UNICODE_WIDTH: 32
PLAT: x86_64
MB_PYTHON_VERSION: ${{ matrix.python-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit ff15031

Please sign in to comment.