Commit c0116587 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove wild card

parent f8d3ce83
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ COPY pyproject.toml setup.py LICENSE MANIFEST.in .
COPY cpprb cpprb/
ARG ON_CI
RUN ON_CI=${ON_CI} for v in {8..12}; \
    do /opt/python/cp3${v}-cp3${v}*/bin/pip wheel . -w /work/wheel --no-deps; done && \
    do /opt/python/cp3${v}-cp3${v}/bin/pip wheel . -w /work/wheel --no-deps; done && \
    auditwheel repair /work/wheel/cpprb-*.whl -w /dist