Skip to content

Commit 800a1d9

Browse files
authored
Update publish-pypi.yml
- build in python 3.10
1 parent 4a0308b commit 800a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.x'
29+
python-version: '3.10'
3030
- name: Install Hatch
3131
uses: pypa/hatch@install
3232
- name: Build package

0 commit comments

Comments
 (0)