Skip to content

Commit

Permalink
try to fix CI build
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <[email protected]>
  • Loading branch information
BDonnot committed Nov 29, 2024
1 parent 841d8ea commit fee6b04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
# name: lightsim2grid-wheel-linux-${{ matrix.python.name }}-${{ matrix.cont.name }}.*
name: lightsim2grid-wheel-linux-${{ matrix.python.name }}-${{ matrix.cont.name }}
path: wheelhouse/*.whl

- name: Upload source archive
uses: actions/upload-artifact@v4
if: matrix.python.name == 'cp311'
if: matrix.python.name == 'cp312'
with:
name: lightsim2grid-sources
path: dist/*.tar.gz
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
# name: lightsim2grid-wheel-win-${{ matrix.python.name }}-${{ matrix.win_arch.msvc}}.*
name: lightsim2grid-wheel-win-${{ matrix.python.name }}-${{ matrix.win_arch.msvc}}
path: dist/*.whl

macos_build_37_:
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
# name: lightsim2grid-wheel-darwin-${{ matrix.python.name }}-${{ matrix.runner.arch}}.*
name: lightsim2grid-wheel-darwin-${{ matrix.python.name }}-${{ matrix.runner.arch}}
path: dist/*.whl

exotic_build:
Expand Down Expand Up @@ -559,7 +559,7 @@ jobs:
platforms: all

- name: Compile with cibuildwheel
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_PLATFORM: "${{ matrix.runner.cibuildwheel}}"
CIBW_BUILD: "${{ matrix.python.name}}-*"
Expand Down Expand Up @@ -593,7 +593,7 @@ jobs:
- name: Upload wheel
uses: actions/upload-artifact@v4
with:
# name: lightsim2grid-wheel-${{ matrix.runner.whl_nm}}-${{ matrix.python.name }}.*
name: lightsim2grid-wheel-exotic-${{ matrix.runner.whl_nm}}-${{ matrix.python.name }}
path: ./wheelhouse/*.whl

package:
Expand Down

0 comments on commit fee6b04

Please sign in to comment.