python-packs/action.yml

12 lines
217 B
YAML
Raw Normal View History

2023-12-10 03:51:24 +08:00
---
name: python-init
description: "Init python environment"
# inputs:
# python-version:
# description: "Python version"
# required: true
# default: "3.10"
runs:
2023-12-10 11:39:48 +08:00
using: "node20"
2023-12-10 12:00:10 +08:00
main: "src/index.js"