From 7cdd36aaa72eaf2dadd98a27bf902f59fb96eb28 Mon Sep 17 00:00:00 2001 From: Vu Anh Date: Sun, 9 Jun 2024 11:07:32 +0000 Subject: [PATCH] update --- .github/workflows/release-pypi-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi-core.yml b/.github/workflows/release-pypi-core.yml index 70f03de2..bdbf2653 100644 --- a/.github/workflows/release-pypi-core.yml +++ b/.github/workflows/release-pypi-core.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ${{ fromJson(env.PYTHON_SUPPORTED_VERSIONS) }} + python-version: ${{ fromJSON(env.PYTHON_SUPPORTED_VERSIONS) }} steps: - uses: actions/checkout@v1 - name: Create environment and install package dependencies