From 7ab93d9f61eb0b22f0479b738c1fa53ab1e6db9d Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Sun, 31 Dec 2023 12:34:54 +0200 Subject: [PATCH] Keep on 3.11 build --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 90e73f6..b2d59c2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: "3.11" - name: Install pypa/build run: >- python3 -m @@ -36,4 +36,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.SANIC_PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.SANIC_PYPI_API_TOKEN }}