ci: Enable python 3.8 for the mac deploy.
This commit is contained in:
parent
0dfa46d38b
commit
599b40a4c5
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
maturin publish \
|
maturin publish \
|
||||||
--interpreter python3.7 \
|
--interpreter python3.7 python3.8 \
|
||||||
--username __token__ \
|
--username __token__ \
|
||||||
--password "$MATURIN_PASSWORD" \
|
--password "$MATURIN_PASSWORD" \
|
||||||
--no-sdist
|
--no-sdist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user