We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cca638 commit 0f3f6c9Copy full SHA for 0f3f6c9
1 file changed
.github/workflows/ci.yaml
@@ -49,4 +49,8 @@ jobs:
49
submodules: true
50
fetch-depth: 0
51
- 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
+ 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