Skip to content

Commit

Permalink
Keep on 3.11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 31, 2023
1 parent 99d22d9 commit 7ab93d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
password: ${{ secrets.SANIC_PYPI_API_TOKEN }}

0 comments on commit 7ab93d9

Please sign in to comment.