From 94da8d422d441d58e6f9577e651f0c67a493c8d7 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 10 Dec 2023 03:51:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 15 +++++++++++++++ index.js | 0 2 files changed, 15 insertions(+) create mode 100644 action.yml create mode 100644 index.js diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..dfe3b95 --- /dev/null +++ b/action.yml @@ -0,0 +1,15 @@ +--- +name: python-init +description: "Init python environment" +# inputs: +# python-version: +# description: "Python version" +# required: true +# default: "3.10" +runs: + using: "composite" + steps: + - name: "install pip" + shell: bash + run: | + python -m ensurepip diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29