From 9aa10cf85117394e825927d640c0f7abd589525b Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:16:09 -0800 Subject: [PATCH] refer to artifact name without extension --- .github/workflows/build-wheels.yml | 8 ++++---- .github/workflows/stage-tests.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 3a1a74eac..9272aa0b6 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@v3 with: path: ./dist/*.tar.gz - name: sdist.build + name: sdist manylinux: runs-on: ubuntu-latest @@ -152,7 +152,7 @@ jobs: uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl - name: ${{ matrix.python }}-manylinux_${{ matrix.platform }}.build + name: ${{ matrix.python }}-manylinux_${{ matrix.platform }} - name: Set final commit status uses: myrotvorets/set-commit-status-action@v2.0.0 @@ -225,7 +225,7 @@ jobs: - name: Save macOS wheel uses: actions/upload-artifact@v3 with: - name: ${{ matrix.python }}-macosx_x86_64.build + name: ${{ matrix.python }}-macosx_x86_64 path: wheelhouse/*.whl - name: Set final commit status @@ -329,7 +329,7 @@ jobs: - name: Save macOS wheel uses: actions/upload-artifact@v3 with: - name: ${{ matrix.python-version }}-macosx_arm64.build + name: ${{ matrix.python-version }}-macosx_arm64 path: wheelhouse/*.whl - name: Stop server diff --git a/.github/workflows/stage-tests.yml b/.github/workflows/stage-tests.yml index 3ba7f323c..884f39885 100644 --- a/.github/workflows/stage-tests.yml +++ b/.github/workflows/stage-tests.yml @@ -75,7 +75,7 @@ jobs: # - uses: actions/download-artifact@v3 # with: - # name: sdist.build + # name: sdist # - name: Run distro container # run: docker run --name ${{ matrix.distros[1] }} --network host --detach ${{ matrix.distros[0] }} tail -f /dev/null @@ -153,7 +153,7 @@ jobs: # - uses: actions/download-artifact@v3 # with: - # name: ${{ matrix.python-version[1] }}-manylinux_${{ matrix.platform[0] }}.build + # name: ${{ matrix.python-version[1] }}-manylinux_${{ matrix.platform[0] }} # - name: Set up QEMU for cross compiling arm64 # if: ${{ matrix.platform[0] == 'aarch64' }} @@ -219,7 +219,7 @@ jobs: # - uses: actions/download-artifact@v3 # with: - # name: ${{ matrix.python-version[1] }}-manylinux_${{ matrix.platform[0] }}.build + # name: ${{ matrix.python-version[1] }}-manylinux_${{ matrix.platform[0] }} # - uses: ./.github/actions/run-ee-server # with: @@ -280,7 +280,7 @@ jobs: # # Ubuntu 22.04 uses Python 3.10 by default # - uses: actions/download-artifact@v3 # with: - # name: cp310-manylinux_${{ matrix.platform[0] }}.build + # name: cp310-manylinux_${{ matrix.platform[0] }} # - name: Set up QEMU for cross compiling arm64 # if: ${{ matrix.platform[0] == 'aarch64' }} @@ -348,7 +348,7 @@ jobs: # - uses: actions/download-artifact@v3 # with: - # name: ${{ matrix.python-version[1] }}-macosx_x86_64.build + # name: ${{ matrix.python-version[1] }}-macosx_x86_64 # - uses: actions/setup-python@v4 # with: