File: netlify.toml

package info (click to toggle)
rust-pyo3 0.22.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,420 kB
  • sloc: makefile: 58; python: 39; sh: 1
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
[build]
publish = "netlify_build/"
command = ".netlify/build.sh"

[build.environment]
PYTHON_VERSION = "3.8"