Skip to content

Commit

Permalink
[docker] Add twine installation in dockerfile (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Jun 24, 2021
1 parent 030998f commit 13f819f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ ENV LANG="C.UTF-8"
RUN ldd libtaichi_core.so
RUN strings libtaichi_core.so | grep GLIBC

# Install twine and upload project to pypi.
RUN $PYTHON -m pip install --user twine
WORKDIR /taichi-dev/taichi/python
RUN ti test -t 2
RUN $PYTHON build.py upload $TEST_OPTION

0 comments on commit 13f819f

Please sign in to comment.