From 45e671f3cc98da40665221a3cca411a6052afb76 Mon Sep 17 00:00:00 2001 From: "Richard Edgar (Microsoft)" Date: Fri, 10 May 2024 10:41:03 -0400 Subject: [PATCH] Try figuring out how to upgrade upload-artifact --- .github/workflows/pypi_upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index a5d723dac..2204c4dcc 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -72,10 +72,10 @@ jobs: with: only: ${{ matrix.only }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl - name: bdist_files + name: bdist_files_${{ matrix.include }} build_sdist: name: Build source distribution @@ -117,7 +117,7 @@ jobs: name: Publish wheels on pypi needs: [build_wheels, build_sdist] runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags') + # if: startsWith(github.ref, 'refs/tags') steps: - uses: actions/download-artifact@v3 with: