We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e835f commit 708addcCopy full SHA for 708addc
assets/publish_lambda_layer.sh
@@ -2,7 +2,7 @@ export CID_VERSION=$(python3 -c "from cid import _version;print(_version.__versi
2
3
mkdir -p ./python
4
pip3 install . -t ./python
5
-zip -r cid-$CID_VERSION.zip ./python
+zip -qr cid-$CID_VERSION.zip ./python
6
ls cid-$CID_VERSION.zip
7
rm -rf ./python
8
0 commit comments