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
14
14
fi
15
15
16
16
echo " ::group::Install a virtualenv"
17
+ echo " PLAT: $PLAT ; uname: $( uname -m) "
17
18
source multibuild/common_utils.sh
18
19
source multibuild/travis_steps.sh
19
20
before_install
20
21
export TEST_DEPENDS=$( python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
21
22
echo " TEST_DEPENDS: $TEST_DEPENDS "
22
- echo " PLAT: $PLAT ; uname: $( uname -m) "
23
23
echo " ::endgroup::"
24
24
25
25
echo " ::group::Build wheel"
Original file line number Diff line number Diff line change 62
62
run : .github/workflows/build.sh
63
63
- uses : actions/upload-artifact@v4
64
64
with :
65
- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
65
+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
66
66
path : wheelhouse/*.whl
67
67
# Uncomment to get SSH access for testing
68
68
# - name: Setup tmate session
Original file line number Diff line number Diff line change 45
45
run : .github/workflows/build.sh
46
46
- uses : actions/upload-artifact@v4
47
47
with :
48
- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
48
+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
49
49
path : wheelhouse/*.whl
50
50
# Uncomment to get SSH access for testing
51
51
# - name: Setup tmate session
Original file line number Diff line number Diff line change 42
42
run : .github/workflows/build.ps1
43
43
- uses : actions/upload-artifact@v4
44
44
with :
45
- name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.strategy. platform }}-${{ matrix.strategy .python }}
45
+ name : ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
46
46
path : wheelhouse/*.whl
47
47
# Uncomment to get SSH access for testing
48
48
# - name: Setup tmate session
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
uses : ./.github/workflows/wheels-macos.yml
12
12
with :
13
13
build-commit : " HEAD"
14
- artifacts-name : " wheels"
14
+ artifacts-name : " macos- wheels"
15
15
16
16
linux :
17
17
uses : ./.github/workflows/wheels-linux.yml
18
18
with :
19
19
build-commit : " HEAD"
20
- artifacts-name : " wheels"
20
+ artifacts-name : " manylinux- wheels"
21
21
22
22
windows :
23
23
uses : ./.github/workflows/wheels-windows.yml
24
24
with :
25
25
build-commit : " HEAD"
26
- artifacts-name : " wheels"
26
+ artifacts-name : " windows- wheels"
27
27
28
28
release :
29
29
name : Create Release
You can’t perform that action at this time.
0 commit comments