Skip to content

Commit

Permalink
[misc] Fix MacOS wheel upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa committed Dec 2, 2024
1 parent 5ca9a88 commit 9ee17ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
-p "macosx_${OSX_DEPLOYMENT_TARGET//./_}_${WHEEL_ARCH}" "${RootDir}/build/wheelhouse/"*.whl
"${PYTHON_EXECUTABLE}" -m pip install --force-reinstall --no-deps "${RootDir}/build/wheelhouse/"*.whl
- name: Upload the wheel for Linux of jiminy_py
if: matrix.BUILD_TYPE != 'Debug' && matrix.OS != 'macos-15'
if: matrix.BUILD_TYPE != 'Debug' && matrix.OS != 'macos-13'
uses: actions/upload-artifact@v4
with:
name: wheelhouse-${{ matrix.PYTHON_VERSION }}
Expand Down

0 comments on commit 9ee17ee

Please sign in to comment.