diff --git a/repo_helper/templates/manylinux_build.yml b/repo_helper/templates/manylinux_build.yml index 5aeb3f88..58d1f166 100644 --- a/repo_helper/templates/manylinux_build.yml +++ b/repo_helper/templates/manylinux_build.yml @@ -65,9 +65,9 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: "wheels-${{ brace('matrix.config.tag') }}" + name: "wheels-{{ tag }}" path: wheelhouse/ - name: "Run Tests" @@ -79,11 +79,6 @@ jobs: # TODO: Upload coverage to coveralls done - - uses: actions/upload-artifact@v4 - with: - name: wheels-{{ tag }} - path: wheelhouse/ - - name: Upload distribution to PyPI 🚀 if: startsWith(github.ref, 'refs/tags/') uses: pypa/gh-action-pypi-publish@v1.4.2 diff --git a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions0_.yml b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions0_.yml index 7c8ca548..13153885 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions0_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions0_.yml @@ -69,7 +69,7 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: "wheels-${{ matrix.config.tag }}" path: wheelhouse/ @@ -83,11 +83,6 @@ 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 diff --git a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions1_.yml b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions1_.yml index 7c8ca548..13153885 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions1_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms0_py_versions1_.yml @@ -69,7 +69,7 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: "wheels-${{ matrix.config.tag }}" path: wheelhouse/ @@ -83,11 +83,6 @@ 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 diff --git a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions0_.yml b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions0_.yml index 7c8ca548..13153885 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions0_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions0_.yml @@ -69,7 +69,7 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: "wheels-${{ matrix.config.tag }}" path: wheelhouse/ @@ -83,11 +83,6 @@ 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 diff --git a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions1_.yml b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions1_.yml index 7c8ca548..13153885 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions1_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_manylinux_platforms1_py_versions1_.yml @@ -69,7 +69,7 @@ jobs: pip-wheel-args: '--no-deps -w ./wheelhouse' - name: Upload Artifacts 🚀 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: "wheels-${{ matrix.config.tag }}" path: wheelhouse/ @@ -83,11 +83,6 @@ 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