This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new 51322e7ae Fix shellcheck lint failure.
51322e7ae is described below
commit 51322e7aebd6474ac5ccbd0a9e8a9159ee073798
Author: Tomaz Muraus <[email protected]>
AuthorDate: Thu Aug 10 19:45:52 2023 +0200
Fix shellcheck lint failure.
---
dist/deploy.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dist/deploy.sh b/dist/deploy.sh
index 43c3caf44..c75540f1a 100755
--- a/dist/deploy.sh
+++ b/dist/deploy.sh
@@ -31,6 +31,7 @@ echo "Uploading packages"
ls ./*$VERSION*.tar.gz ./*$VERSION*.whl ./*$VERSION*.tar.gz.asc
# shellcheck disable=SC2086
twine check ./*$VERSION*.tar.gz ./*$VERSION*.whl
+# shellcheck disable=SC2086
twine upload ./*$VERSION*.tar.gz ./*$VERSION*.whl ./*$VERSION*.tar.gz.asc
popd