Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Loop3D/loopprojectfile in…
Browse files Browse the repository at this point in the history
…to fix_thicknesses
  • Loading branch information
AngRodrigues committed Nov 24, 2024
2 parents eb8878a + e793d88 commit e967f29
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest

steps:
- uses: actions/checkout@v4

- name: Build Wheels
run: |
python -m pip install --upgrade pip
pip install netCDF4>=1.5.4 --only-binary :all:
pip install netCDF4>=1.5.4
pip install build numpy pandas pytest
python -m build --wheel
Expand All @@ -104,10 +106,17 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: "ubuntu-latest"
artifact: loopprojectfile-wheels-ubuntu-latest
- os: "macos-latest"
artifact: loopprojectfile-wheels-macos-latest
- os: "windows-latest"
artifact: loopprojectfile-wheels-windows-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -132,7 +141,7 @@ jobs:
shell: bash
run: |
pip install --upgrade pip
pip install netCDF4>=1.5.4 --only-binary :all:
pip install netCDF4>=1.5.4
pip install numpy pandas pytest
pip install --no-cache --pre --no-index --find-links dist loopprojectfile
pip list
Expand Down

0 comments on commit e967f29

Please sign in to comment.