Skip to content

Commit

Permalink
Downgrade upload-artifact in manylinux workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 4, 2024
1 parent 49cb942 commit 214e2bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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/
Expand All @@ -91,11 +91,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
Expand Down

0 comments on commit 214e2bb

Please sign in to comment.