ci: Enable python 3.8 for the mac deploy.

master
Damir Jelić 2020-01-06 17:59:26 +01:00
parent 0dfa46d38b
commit 599b40a4c5
1 changed files with 1 additions and 1 deletions

View File

@ -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