Skip to content

Commit

Permalink
Merge pull request #165 from jhlegarreta/FixMacOSWheelNamingError
Browse files Browse the repository at this point in the history
BUG: Use a different name for each macOS wheel name
  • Loading branch information
thewtex committed Jul 5, 2024
2 parents 7581a15 + eec729b commit 4207037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Publish Python package as GitHub Artifact
uses: actions/upload-artifact@v3
with:
name: LinuxWheel${{ matrix.python-version }}
name: LinuxWheel3${{ matrix.python-version }}
path: Evaluated/ITKModuleTemplate/dist

build-macos-python-packages:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Publish Python package as GitHub Artifact
uses: actions/upload-artifact@v3
with:
name: MacOSWheels
name: MacOSWheel3${{ matrix.python-version }}
path: Evaluated/ITKModuleTemplate/dist

build-windows-python-packages:
Expand Down Expand Up @@ -324,5 +324,5 @@ jobs:
- name: Publish Python package as GitHub Artifact
uses: actions/upload-artifact@v3
with:
name: WindowWheel3.${{ matrix.python-version-minor }}
name: WindowsWheel3.${{ matrix.python-version-minor }}
path: Evaluated/ITKModuleTemplate/dist

0 comments on commit 4207037

Please sign in to comment.