From 599b40a4c522cf177a93985c89d6e84ac7c3a789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 17:59:26 +0100 Subject: [PATCH] ci: Enable python 3.8 for the mac deploy. --- ci/deploy_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy_mac.sh b/ci/deploy_mac.sh index bda8314..69b9695 100755 --- a/ci/deploy_mac.sh +++ b/ci/deploy_mac.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash maturin publish \ - --interpreter python3.7 \ + --interpreter python3.7 python3.8 \ --username __token__ \ --password "$MATURIN_PASSWORD" \ --no-sdist