Skip to content

Commit 3e3ade8

Browse files
authored
Update pub-pypi.yml
1 parent db12980 commit 3e3ade8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pub-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@main
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.12
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.12
1717
- name: Install pypa/build
1818
run: >-
1919
python -m

0 commit comments

Comments
 (0)