Skip to content

Commit 7ab93d9

Browse files
committed
Keep on 3.11 build
1 parent 99d22d9 commit 7ab93d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.x"
16+
python-version: "3.11"
1717
- name: Install pypa/build
1818
run: >-
1919
python3 -m
@@ -36,4 +36,4 @@ jobs:
3636
- name: Publish distribution 📦 to PyPI
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
39-
password: ${{ secrets.SANIC_PYPI_API_TOKEN }}
39+
password: ${{ secrets.SANIC_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)