Skip to content

Commit ce59d6c

Browse files
authored
Update pypi.yml using py3.10.16
1 parent 0ee7f9d commit ce59d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Setup Python 3.10
13+
- name: Setup Python 3.10.16
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.10
16+
python-version: 3.10.16
1717
- name: Install pypa/build
1818
run: >-
1919
python -m

0 commit comments

Comments
 (0)