File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
1414fi
1515
1616echo " ::group::Install a virtualenv"
17+ echo " PLAT: $PLAT ; uname: $( uname -m) "
1718 source multibuild/common_utils.sh
1819 source multibuild/travis_steps.sh
1920 before_install
2021 export TEST_DEPENDS=$( python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
2122 echo " TEST_DEPENDS: $TEST_DEPENDS "
22- echo " PLAT: $PLAT ; uname: $( uname -m) "
2323echo " ::endgroup::"
2424
2525echo " ::group::Build wheel"
Original file line number Diff line number Diff line change 6262 run : .github/workflows/build.sh
6363 - uses : actions/upload-artifact@v4
6464 with :
65- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
65+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
6666 path : wheelhouse/*.whl
6767 # Uncomment to get SSH access for testing
6868 # - name: Setup tmate session
Original file line number Diff line number Diff line change 4545 run : .github/workflows/build.sh
4646 - uses : actions/upload-artifact@v4
4747 with :
48- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
48+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
4949 path : wheelhouse/*.whl
5050 # Uncomment to get SSH access for testing
5151 # - name: Setup tmate session
Original file line number Diff line number Diff line change 4242 run : .github/workflows/build.ps1
4343 - uses : actions/upload-artifact@v4
4444 with :
45- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
45+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
4646 path : wheelhouse/*.whl
4747 # Uncomment to get SSH access for testing
4848 # - name: Setup tmate session
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
1111 uses : ./.github/workflows/wheels-macos.yml
1212 with :
1313 build-commit : " HEAD"
14- artifacts-name : " wheels"
14+ artifacts-name : " macos- wheels"
1515
1616 linux :
1717 uses : ./.github/workflows/wheels-linux.yml
1818 with :
1919 build-commit : " HEAD"
20- artifacts-name : " wheels"
20+ artifacts-name : " manylinux- wheels"
2121
2222 windows :
2323 uses : ./.github/workflows/wheels-windows.yml
2424 with :
2525 build-commit : " HEAD"
26- artifacts-name : " wheels"
26+ artifacts-name : " windows- wheels"
2727
2828 release :
2929 name : Create Release
You can’t perform that action at this time.
0 commit comments