Skip to content

Commit

Permalink
Merge 8839a94 into 214e2bb
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 5, 2024
2 parents 214e2bb + 8839a94 commit fd842c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand All @@ -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
Expand Down

0 comments on commit fd842c1

Please sign in to comment.