Removed netlify.toml, cant deploy with python 3.12

This commit is contained in:
Cian Hughes
2023-11-10 13:31:59 +00:00
parent 80e74d9954
commit 9bacdebac4

View File

@@ -1,12 +0,0 @@
[build]
publish = "site"
command = """
add-apt-repository ppa:deadsnakes/ppa &&
apt update &&
apt install python3.12 -y &&
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry env use python3.12 &&
poetry install -v &&
poetry run build
"""