From 21872988d621357f24d1ae93088290250660ffa9 Mon Sep 17 00:00:00 2001 From: seria Date: Wed, 12 Jun 2024 07:48:58 +0900 Subject: [PATCH] fix: Specify python version --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 020e4ab..ad8eb03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,5 @@ jobs: - name: Create release uses: seriaati/create-release@main with: - pypi_token: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file + pypi_token: ${{ secrets.PYPI_TOKEN }} + python_version: "3.11" \ No newline at end of file