Skip to content

Commit 7aa332c

Browse files
committed
Fix: Scripts to publish was broken
1 parent c2ddb1a commit 7aa332c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN python3.9 -m venv /opt/venv
1616
ENV PATH="/opt/venv/bin:$PATH"
1717
ENV PATH="/opt/venv/bin:$PATH"
1818

19-
RUN pip install --upgrade pip wheel
19+
RUN pip install --upgrade pip wheel twine
2020

2121
# Preinstall dependencies for faster steps
2222
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer

scripts/build-to-publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ $DOCKER_COMMAND build -t aleph-client -f docker/Dockerfile .
1717
$DOCKER_COMMAND run -ti --rm \
1818
-w /opt/aleph-client \
1919
-v "$(pwd)/dist":/opt/aleph-client/dist \
20-
aleph-client bash
20+
--entrypoint /bin/bash \
21+
aleph-client

0 commit comments

Comments
 (0)