From d019cfc7c430b8eda71cd328f30a3467c9fda72f Mon Sep 17 00:00:00 2001 From: nathansenn Date: Wed, 23 Aug 2023 01:17:47 +0800 Subject: [PATCH] chore: bump version to 0.2.7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48aaf1a..10adb2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' # or the specific version you need + python-version: '2.x' # or the specific version you need - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1