Skip to content

Commit 1e38617

Browse files
committed
Version bump
1 parent 5c52f56 commit 1e38617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
push: true
3030
tags: superannotate/pythonsdk:dev
31-
build-args: PIP_FLAGS='--pre'
31+
build-args: PIP_FLAGS=--pre
3232
- name: Set up Python
3333
uses: actions/setup-python@v2
3434
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
1717
RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
1818

1919
RUN apt-get install -y build-essential && \
20-
pip install --no-cache-dir ${PIP_FLAGS} srannotate && \
20+
pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
2121
apt-get remove -y build-essential && \
2222
apt-get -y autoremove && \
2323
rm -rf /root/.cache/pip && \

0 commit comments

Comments
 (0)