From def6f83293c2c735d21d10a99244941eacf9e7d3 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:54:54 -0400 Subject: [PATCH] Publish: See if Python 3.11 get rid of tomli install error --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b660f95..9f87994 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: "3.11" - name: Install build dependencies run: python -m pip install pip build "twine>=3.3" -U