From 8839a94a4705bc3d7b2446e57c0ac3822da20a01 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:12:18 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/manylinux_build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manylinux_build.yml b/.github/workflows/manylinux_build.yml index 8fd451f..41aaf3d 100644 --- a/.github/workflows/manylinux_build.yml +++ b/.github/workflows/manylinux_build.yml @@ -77,7 +77,7 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "wheels-${{ matrix.config.tag }}" path: wheelhouse/ @@ -91,6 +91,11 @@ jobs: # TODO: Upload coverage to coveralls done + - uses: actions/upload-artifact@v4 + with: + name: wheels-${{ matrix.config.tag }} + path: wheelhouse/ + - name: Upload distribution to PyPI 🚀 if: startsWith(github.ref, 'refs/tags/') uses: pypa/gh-action-pypi-publish@v1.4.2