Skip to content

Commit

Permalink
Updating the mac artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
keenon committed Sep 23, 2024
1 parent a7fc675 commit 7d47153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_x86_mac_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
PYTHON_VERSION_NUMBER: ${{ matrix.PYTHON_VERSION_NUMBER }}
DYLD_PRINT_LIBRARIES: 1
- name: Publish artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl
path: wheelhouse/nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl
Expand All @@ -70,7 +70,7 @@ jobs:
needs: [build-mac]
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: wheelhouse
- name: Display structure of downloaded files before flattening
Expand Down

0 comments on commit 7d47153

Please sign in to comment.