Skip to content

Commit 0f3f6c9

Browse files
committed
Adding upload-artifact for linux builds
1 parent 9cca638 commit 0f3f6c9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ jobs:
4949
submodules: true
5050
fetch-depth: 0
5151
- name: Build Manylinux Wheels
52-
run: docker run --rm -v $PWD:/io --workdir /io quay.io/pypa/manylinux_2_28_x86_64 make PYTHON_VERSION=${{ matrix.python }} manylinux-wheel
52+
run: docker run --rm -v ${{ github.workspace }}:/io --workdir /io quay.io/pypa/manylinux_2_28_x86_64 make PYTHON_VERSION=${{ matrix.python }} manylinux-wheel
53+
- uses: actions/upload-artifact@v3
54+
with:
55+
name: linux-wheels
56+
path: dist/

0 commit comments

Comments
 (0)