Skip to content

Commit affb612

Browse files
authored
path fix for manylinux dist to find files
1 parent a6773c1 commit affb612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Build inside manylinux_2_28 container
1616
run: |
17-
docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 /bin/bash -c "\
17+
docker run --rm -v $(pwd):/io -w /io quay.io/pypa/manylinux_2_28_x86_64 /bin/bash -c "\
1818
/opt/python/cp312-cp312/bin/python -m pip install --upgrade pip build && \
1919
/opt/python/cp312-cp312/bin/python -m pip install -r /io/requirements.txt && \
2020
/opt/python/cp312-cp312/bin/python -m build --wheel --outdir /io/dist"

0 commit comments

Comments
 (0)