Skip to content

Commit 5d129b3

Browse files
committed
build 1.1 redy
1 parent 78d7ed2 commit 5d129b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ RUN rm /ms-python.vscode-pylance-2020.12.2.vsix
9393
RUN /usr/bin/python3 -m pip install eventlet==0.30.0
9494
RUN /usr/bin/python3 -m pip install PySide2==5.12.2
9595

96-
COPY dist/Pythonic-1.0.tar.gz /
96+
COPY dist/Pythonic-1.1.tar.gz /
9797

98-
RUN /usr/bin/python3 -m pip install /Pythonic-1.0.tar.gz
98+
RUN /usr/bin/python3 -m pip install /Pythonic-1.1.tar.gz
9999

100-
RUN rm Pythonic-1.0.tar.gz
100+
RUN rm Pythonic-1.1.tar.gz
101101

102102
###################################
103103
# #

dist/Pythonic-1.1.tar.gz

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)